grml-hostname: Builtin `source' not available in dash(1).
authorAlexander Steinböck <z3ttacht@grml.org>
Thu, 29 Jan 2009 15:04:25 +0000 (16:04 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 29 Jan 2009 16:02:47 +0000 (17:02 +0100)
For sourcing other files, there's just `.' available.
see `man 1 dash | less --pattern=Builtins'

usr_sbin/grml-hostname

index cc429cd..96d4a51 100755 (executable)
@@ -4,10 +4,10 @@
 # Authors:       (c) Michael Prokop <mika@grml.org>
 # 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