Skip to content

Commit

Permalink
make this work independent of relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Dec 19, 2011
1 parent 3066b17 commit 820a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CONFIGURATION FILE FOR TEST SUITE #
r2=../../binr/radare2/radare2
r2=`which r2`
if [ -z "${DEBUG}" ]; then
:
#DEBUG=1
Expand Down

0 comments on commit 820a522

Please sign in to comment.