Altered string comparison test in tuxpaint-import.sh

This commit is contained in:
William Kendrick 2005-02-26 21:12:24 +00:00
parent 9a49459003
commit e789bd3dab
2 changed files with 7 additions and 3 deletions

View file

@ -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"