Skip to content

Commit cdbf33b

Browse files
committed
updated check.sh
1 parent 010dfb9 commit cdbf33b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/check.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ check(){
2121
msg=$2
2222
echo
2323
hr2
24-
echo $msg
24+
echo "$msg"
2525
hr2
2626
echo
27-
echo cmd: $cmd
27+
echo "cmd: $cmd"
2828
echo
29-
if eval $cmd; then
29+
if eval "$cmd"; then
3030
echo
3131
echo "SUCCESS"
3232
else

0 commit comments

Comments
 (0)