Use /bin/bash, remove test output

Former-commit-id: 358e39f928
pull/1161/head
Jeff Brand 2016-05-12 20:24:16 -04:00
rodzic 410ed0abbe
commit 83a958e33f
1 zmienionych plików z 1 dodań i 2 usunięć

3
run.sh
Wyświetl plik

@ -1,7 +1,6 @@
#!/bin/sh
#!/bin/bash
RUNPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo $RUNPATH
export PYTHONPATH=$RUNPATH/SuperBuild/install/lib/python2.7/dist-packages:$RUNPATH/SuperBuild/src/opensfm:$PYTHONPATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RUNPATH/SuperBuild/install/lib
python $RUNPATH/run.py "$@"