diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 914730178..fca457e3f 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ -2005.February.13 (0.9.15) +2005.February.26 (0.9.15) * uncatagorized and messy: @@ -193,6 +193,10 @@ http://www.newbreedsoftware.com/tuxpaint/ * Delete thumbnails from ".thumbs" subdirectory. Marcin 'Shard' Konicki + * tuxpaint-import.sh now uses single brackets when testing for "--help". + (Apparently, the "[[...]]" version didn't work some places.) + Jeff Smith + * Compiling, porting and packaging updates: ----------------------------------------- * BeOS code updates. diff --git a/src/tuxpaint-import.sh b/src/tuxpaint-import.sh index 1a7f46b9d..5be830367 100755 --- a/src/tuxpaint-import.sh +++ b/src/tuxpaint-import.sh @@ -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"