Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/autobuild/build.sh')
-rw-r--r--tools/autobuild/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/autobuild/build.sh b/tools/autobuild/build.sh
index 442c1670b9..691d384474 100644
--- a/tools/autobuild/build.sh
+++ b/tools/autobuild/build.sh
@@ -1,6 +1,7 @@
set -e -x
-LOCAL_DIRNAME="${PWD}/$(dirname "$0")"
+LOCAL_DIRNAME="$(dirname "$0")"
+#LOCAL_DIRNAME="${PWD}/$(dirname "$0")"
source "$LOCAL_DIRNAME/detect_qmake.sh"