Skip to content

Commit

Permalink
fix typo in img2* scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Mattias Andrée <maandree@operamail.com>
  • Loading branch information
maandree committed Apr 5, 2013
1 parent 7467235 commit 77929da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion img2cowsay
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for arg in "$@"; do
magnified=2
elif [ "$arg" = "-c" ]; then
c=1
elif [ "$arg" = "-p"]; then
elif [ "$arg" = "-p" ]; then
platform=linux
else
file="$arg"
Expand Down
2 changes: 1 addition & 1 deletion img2ponysay
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for arg in "$@"; do
magnified=2
elif [ "$arg" = "-c" ]; then
c=1
elif [ "$arg" = "-p"]; then
elif [ "$arg" = "-p" ]; then
platform=linux
else
file="$arg"
Expand Down
2 changes: 1 addition & 1 deletion img2unisay
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for arg in "$@"; do
magnified=2
elif [ "$arg" = "-c" ]; then
c=1
elif [ "$arg" = "-p"]; then
elif [ "$arg" = "-p" ]; then
platform=linux
else
file="$arg"
Expand Down

0 comments on commit 77929da

Please sign in to comment.