From f8a4a6f631729e3e588b06fe6ec9fa36d61a530f Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 Sep 2002 22:43:36 +0000 Subject: [PATCH] tweak --- direct/src/ffi/genPyCode | 3 --- 1 file changed, 3 deletions(-) diff --git a/direct/src/ffi/genPyCode b/direct/src/ffi/genPyCode index 710990909a..738e198825 100755 --- a/direct/src/ffi/genPyCode +++ b/direct/src/ffi/genPyCode @@ -62,9 +62,6 @@ fi if [ "$firstarg" = "install" ]; then # as installed on a machine without ctattach etc. - if [ $INSTALL ]; then - cd $INSTALL - fi exec bin/ppython -d bin/generatePythonCode -v -d lib/py -e ../direct/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs exit 1 fi