diff --git a/fuzz/fuzz.sh b/fuzz/fuzz.sh index 2632e6bc3..22ced4de7 100755 --- a/fuzz/fuzz.sh +++ b/fuzz/fuzz.sh @@ -10,7 +10,7 @@ source "$REPO_DIR/fuzz/fuzz-util.sh" # Check that input files are correct Windows file names checkWindowsFiles -if [ "$1" == "" ]; then +if [ -z "${1:-}" ]; then targetFiles="$(listTargetFiles)" else targetFiles=fuzz_targets/"$1".rs