diff options
Diffstat (limited to 'tools/abifuzz.sh')
-rwxr-xr-x | tools/abifuzz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/abifuzz.sh b/tools/abifuzz.sh index e715b3d..add56eb 100755 --- a/tools/abifuzz.sh +++ b/tools/abifuzz.sh @@ -2,7 +2,7 @@ OCAMLC=${OCAMLC:-/usr/bin/ocamlc} DIR=`cd $(dirname "$0"); pwd` -QBE=$DIR/../obj/qbe +QBE=$DIR/../qbe failure() { echo "Failure at stage:" $1 >&2 |