0023124: Porting products samples on OCCT 6.5.3
[occt.git] / samples / qt / Tutorial / run.sh
index 2bf6ce8..bd67909 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-if [ -e "${aSamplePath}/custom.sh" ]; then source "${aSamplePath}/env.sh"; fi
+if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh"; fi
 cd $aSamplePath
 
 host=`uname -s`