# HG changeset patch # User meillo@marmaro.de # Date 1214242713 -7200 # Node ID 039f9a8b823b654089579f58c5327b9872ac21d1 # Parent b526a65d5066b7a446eafa1d2a3b4519f581d73c tiny code beautifying diff -r b526a65d5066 -r 039f9a8b823b genwebgallery --- 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"