0023124: Porting products samples on OCCT 6.5.3
[occt.git] / samples / qt / IESample / make.sh
index df89ed0..7654298 100644 (file)
@@ -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
 qmake IESample.pro
 make