Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrover committed Mar 15, 2021
1 parent 8b4329e commit 7ffa31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmBOM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IN=$1
OUT=$2


if [ $IN == $OUT ];
if [ $IN == $OUT ]; then
error "$IN = $OUT"
fi

Expand Down

0 comments on commit 7ffa31d

Please sign in to comment.