Explorar el Código

Don't break PYTHONPATHs with spaces

Daniel Martí hace 10 años
padre
commit
2c25d7cf66
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      chutney

+ 1 - 3
chutney

@@ -1,6 +1,4 @@
 #!/bin/sh
 
-
-PYTHONPATH="`dirname $0`/lib":${PYTHONPATH}
-export PYTHONPATH
+export PYTHONPATH="`dirname $0`/lib:${PYTHONPATH}"
 ${PYTHON:=python} -m chutney.TorNet $*