1

shellcheck

This commit is contained in:
Motiejus Jakštys
2022-10-13 12:48:43 +03:00
parent 7383c4984e
commit 557b726d62
3 changed files with 33 additions and 33 deletions

View File

@@ -7,7 +7,7 @@ want=$WANT
binary=$BINARY
got=$($binary)
if [[ "$got" != "$want" ]]; then
if [ "$got" != "$want" ]; then
echo wanted:
echo \ \ "$want"
echo got: