Skip to content

Commit

Permalink
Remove shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Sep 9, 2024
1 parent 63cb6b2 commit 38e693f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/test/test_mutation_cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ while getopts ":p:b:" opt; do
p) PID="$OPTARG"
;;
b) if [[ "$OPTARG" =~ ^[0-9]*\.\.[0-9]*$ ]]; then
# shellcheck disable=SC1083,2086
BUGS="$BUGS $(eval echo {$OPTARG})"
BUGS="$BUGS $(eval "echo {$OPTARG}")"
else
BUGS="$BUGS $OPTARG"
fi
Expand Down

0 comments on commit 38e693f

Please sign in to comment.