From 43306bd42d114143f67854d9374f3bf0d4f06248 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20Steinb=C3=B6ck?= Date: Thu, 29 Jan 2009 16:04:25 +0100 Subject: [PATCH] grml-hostname: Builtin `source' not available in dash(1). For sourcing other files, there's just `.' available. see `man 1 dash | less --pattern=Builtins' --- usr_sbin/grml-hostname | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr_sbin/grml-hostname b/usr_sbin/grml-hostname index cc429cd..96d4a51 100755 --- a/usr_sbin/grml-hostname +++ b/usr_sbin/grml-hostname @@ -4,10 +4,10 @@ # Authors: (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Okt 27 23:43:06 CEST 2007 [mika] +# Latest Change: Thu Jan 29 15:56:54 CET 2009 ################################################################################ -source /etc/grml/script-functions +. /etc/grml/script-functions check4root || exit 1 -- 2.1.4