aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xndk-build2
-rwxr-xr-xndk-gdb2
-rwxr-xr-xndk-gdb-py2
3 files changed, 3 insertions, 3 deletions
diff --git a/ndk-build b/ndk-build
index 95520f583..62d6dc8c4 100755
--- a/ndk-build
+++ b/ndk-build
@@ -38,7 +38,7 @@
# ./ndk-build -C <project-path>
#
PROGDIR=`dirname $0`
-PROGDIR=`cd $PROGDIR && pwd`
+PROGDIR=`cd $PROGDIR && pwd -P`
# Check if absolute NDK path contain space
#
diff --git a/ndk-gdb b/ndk-gdb
index 2faa7df4c..8cc460a7d 100755
--- a/ndk-gdb
+++ b/ndk-gdb
@@ -25,7 +25,7 @@
# after doing ndk-build && ant install && <start-application-on-device>
#
PROGDIR=`dirname $0`
-PROGDIR=`cd $PROGDIR && pwd`
+PROGDIR=`cd $PROGDIR && pwd -P`
# Check if absolute NDK path contain space
#
diff --git a/ndk-gdb-py b/ndk-gdb-py
index 11643d450..b2001b822 100755
--- a/ndk-gdb-py
+++ b/ndk-gdb-py
@@ -1,7 +1,7 @@
#!/bin/sh
PROGDIR=`dirname $0`
-PROGDIR=`cd $PROGDIR && pwd`
+PROGDIR=`cd $PROGDIR && pwd -P`
# Check if absolute NDK path contain space
#