Ver código fonte

"source" is a bash-ism; changed to use "."

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33304 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 anos atrás
pai
commit
60579240dc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/init/init.sh

+ 1 - 1
lib/init/init.sh

@@ -24,7 +24,7 @@
 
 trap "echo 'User break!' ; exit" 2 3 15
 
-source "$GISBASE/etc/functions.sh"
+. "$GISBASE/etc/functions.sh"
 
 # Set default GUI
 DEFAULT_GUI="wxpython"