summary refs log tree commit diff
path: root/tools/cra.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cra.sh')
-rwxr-xr-xtools/cra.sh2
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}