aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fuzz_default.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fuzz_default.sh')
-rwxr-xr-xsrc/plugins/fuzz_default.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fuzz_default.sh b/src/plugins/fuzz_default.sh
index c404723..7418dff 100755
--- a/src/plugins/fuzz_default.sh
+++ b/src/plugins/fuzz_default.sh
@@ -6,11 +6,11 @@ ZZSTARTSEED=0
6ZZSTOPSEED=100 6ZZSTOPSEED=100
7ret=0 7ret=0
8# fallbacks for direct, non-"make check" usage 8# fallbacks for direct, non-"make check" usage
9if test x"$testdatadir" = x"" 9if test x"${testdatadir:-NONE}" = xNONE""
10then 10then
11 testdatadir=../../test 11 testdatadir=../../test
12fi 12fi
13if test x"$bindir" = x"" 13if test x"${bindir:-NONE}" = xNONE""
14then 14then
15 bindir=`grep "^prefix = " ./Makefile | cut -d ' ' -f 3` 15 bindir=`grep "^prefix = " ./Makefile | cut -d ' ' -f 3`
16 bindir="$bindir/bin" 16 bindir="$bindir/bin"