Altered string comparison test in tuxpaint-import.sh
This commit is contained in:
parent
9a49459003
commit
e789bd3dab
2 changed files with 7 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# September 21, 2002 - June 17, 2003
|
||||
# September 21, 2002 - February 26, 2005
|
||||
|
||||
|
||||
TMPDIR=/tmp
|
||||
|
|
@ -23,7 +23,7 @@ if [ $# -eq 0 ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
if [[ $1 == "--help" ]]; then
|
||||
if [ $1 = "--help" ]; then
|
||||
# --help, show usage:
|
||||
echo
|
||||
echo "tuxpaint-import"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue