Browse Source

fix : problem

georges 25 years ago
parent
commit
9060a160f1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dtool/src/attach/dtool.init
  2. 1 1
      panda/src/configfiles/panda.init

+ 1 - 1
dtool/src/attach/dtool.init

@@ -1,5 +1,5 @@
 MODREL ETC_PATH etc
-SEP PYTHONPATH :
+SEP PYTHONPATH ;
 MODREL PYTHONPATH lib
 DOCSH source $DTOOL/etc/dtool.alias
 DOCSH unsetenv LASTLOGIN

+ 1 - 1
panda/src/configfiles/panda.init

@@ -18,7 +18,7 @@ DOSH   CONFIG_CONFIG=:configpath=CFG_PATH:configpath=ETC_PATH
 DOSH   CFG_PATH=.:$HOME:/usr/local/etc
 DOSH   export CONFIG_CONFIG CFG_PATH
 DOSH fi
-SEP PYTHONPATH :
+SEP PYTHONPATH ;
 MODREL PYTHONPATH lib
 DOSH if [ -e /usr/local/libmikmod ]; then USE_MIKMOD="t"; export USE_MIKMOD; fi
 DOSH if [ -e /for/program/libmikmod ]; then USE_MIKMOD="t"; export USE_MIKMOD; fi