Skip to content

Commit

Permalink
Use /bin/bash, remove test output
Browse files Browse the repository at this point in the history
  • Loading branch information
deltafactory committed May 13, 2016
1 parent f81d1bc commit 358e39f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -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 "$@"
Expand Down

0 comments on commit 358e39f

Please sign in to comment.