Skip to content

Commit

Permalink
ndk-gdb: don't use readlink -f in the wrapper script.
Browse files Browse the repository at this point in the history
Darwin doesn't support it, and we don't need an absolute path anyway.

Bug: #2
Change-Id: I376911072858b75db37969955e29e2d7270958fa
  • Loading branch information
jmgao committed Mar 10, 2016
1 parent c9b170d commit 047f625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-gdb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
$(dirname $(readlink -f $0))/ndk-gdb.py $@
$(dirname $0)/ndk-gdb.py $@

0 comments on commit 047f625

Please sign in to comment.