Remove all bashisms; drop grml-muttng
[grml-scripts-core.git] / usr_sbin / grml-setlang
index e4c8293..e148209 100755 (executable)
@@ -175,7 +175,7 @@ else
 fi
 
 # read in the file where all the $LANGUAGE stuff is defined
-  source $LANGFUNC
+  . $LANGFUNC
 
 # make sure the file exists
 if ! [ -r $CONFFILE ] ; then