Skip to content

Commit 047f625

Browse files
committed
ndk-gdb: don't use readlink -f in the wrapper script.
Darwin doesn't support it, and we don't need an absolute path anyway. Bug: #2 Change-Id: I376911072858b75db37969955e29e2d7270958fa
1 parent c9b170d commit 047f625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndk-gdb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
$(dirname $(readlink -f $0))/ndk-gdb.py $@
2+
$(dirname $0)/ndk-gdb.py $@

0 commit comments

Comments
 (0)