From: Alexander Steinböck Date: Thu, 29 Jan 2009 15:04:25 +0000 (+0100) Subject: grml-hostname: Builtin `source' not available in dash(1). X-Git-Tag: v1.1.17~5 X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=commitdiff_plain;h=43306bd42d114143f67854d9374f3bf0d4f06248 grml-hostname: Builtin `source' not available in dash(1). For sourcing other files, there's just `.' available. see `man 1 dash | less --pattern=Builtins' --- 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