genwebgallery
changeset 44:039f9a8b823b
tiny code beautifying
author | meillo@marmaro.de |
---|---|
date | Mon, 23 Jun 2008 19:38:33 +0200 |
parents | b526a65d5066 |
children | aac9290f9808 |
files | genwebgallery |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/genwebgallery Mon Jun 23 16:54:09 2008 +0200 1.2 +++ b/genwebgallery Mon Jun 23 19:38:33 2008 +0200 1.3 @@ -168,7 +168,7 @@ 1.4 1.5 # option processing 1.6 1.7 -while [ "$#" -ge 1 ] && [ "`echo "$1" | awk '{print substr($0,1,1)}'`" = '-' ] ; do 1.8 +while [ "$#" -ge 1 ] && [ "`echo "$1" | awk '{print substr($0,1,1)}'`" = '-' ] ; do 1.9 case $1 in 1.10 '--version') 1.11 echo "$PROGRAM version $VERSION"