X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=samples%2Fqt%2FTutorial%2Frun.sh;h=d314656906bc5d4ee09dd177f3be7250368c2a72;hb=75744d9c23c7f7af477b4ec66df5d81e60b3ec63;hpb=d0e5a2e38d4ff8449ab4adebe3f8e12a65a292d9 diff --git a/samples/qt/Tutorial/run.sh b/samples/qt/Tutorial/run.sh index c06f3fed5e..d314656906 100755 --- a/samples/qt/Tutorial/run.sh +++ b/samples/qt/Tutorial/run.sh @@ -2,7 +2,7 @@ export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh"; fi +if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh" $*; fi cd $aSamplePath aSystem=`uname -s`