Mercurial > 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 wrap: on
line diff
--- a/genwebgallery Mon Jun 23 16:54:09 2008 +0200 +++ b/genwebgallery Mon Jun 23 19:38:33 2008 +0200 @@ -168,7 +168,7 @@ # option processing -while [ "$#" -ge 1 ] && [ "`echo "$1" | awk '{print substr($0,1,1)}'`" = '-' ] ; do +while [ "$#" -ge 1 ] && [ "`echo "$1" | awk '{print substr($0,1,1)}'`" = '-' ] ; do case $1 in '--version') echo "$PROGRAM version $VERSION"