Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit d9396c0

Browse files
authored
Update fuzzit.sh
1 parent 81157fb commit d9396c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzzit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ build_and_run_regression_fuzzing () {
6868
./fuzzit create job --local ${FUZZIT_ORG}/${TARGET} ${TARGET}
6969
}
7070

71-
if [ "fuzzing" == $1 ]; then
71+
if [ "fuzzing" == "${1}" ]; then
7272
build_and_upload_for_fuzzing
73-
elif [ "regression" == $1 ]; then
73+
elif [ "regression" == "${1}" ]; then
7474
build_and_run_regression_fuzzing
7575
else
7676
echo "call me with job type: 'fuzzing' or 'regression'"

0 commit comments

Comments
 (0)