chiark / gitweb /
https://github.com/daid/Cura/issues/37 package.sh does not run correctly when current...
[cura.git] / package.sh
index 2a9038ae32bde48278c5812a84d67d165b85f8ca..d059f665f73efb0709142495564e429e15c0347e 100755 (executable)
@@ -40,6 +40,11 @@ function checkTool
 # Actual build script
 #############################
 
+# Change working directory to the directory the script is in
+# http://stackoverflow.com/a/246128
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+cd $SCRIPT_DIR
+
 checkTool git "git: http://git-scm.com/"
 checkTool curl "curl: http://curl.haxx.se/"
 if [ $BUILD_TARGET = "win32" ]; then