mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 04:01:26 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user