diff options
Diffstat (limited to 'tools/cra.sh')
-rwxr-xr-x | tools/cra.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cra.sh b/tools/cra.sh index 762ab76..5988267 100755 --- a/tools/cra.sh +++ b/tools/cra.sh @@ -1,7 +1,7 @@ #!/bin/sh DIR=`cd $(dirname "$0"); pwd` -QBE=$DIR/../obj/qbe +QBE=$DIR/../qbe BUGF=/tmp/bug.id FIND=$1 FIND=${FIND:-afl-find} |