From 9af00ae4e086cd9a763f73091e26bcf2dd03b7b1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 Sep 2010 12:21:33 +0000 Subject: [PATCH] Bug fix: command-line option -h was not recognized properly. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2033 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/bin/nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly/bin/nightly b/nightly/bin/nightly index f38f3da40..682f00857 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -52,7 +52,7 @@ usage () { scst_svn_repo="https://scst.svn.sourceforge.net/svnroot/scst/trunk" sendmail_opts="" -set -- $(/usr/bin/getopt "r:" "$@") +set -- $(/usr/bin/getopt "hr:" "$@") while [ "$1" != "${1#-}" ] do case "$1" in