Fixed a bug that was introduced on 2010-08-07 and that caused e-mail sending to fail: /usr/bin/getopt converts arguments that contain spaces into multiple arguments. Removed the getopt statement.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2032 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-01 12:21:06 +00:00
parent d91b690a39
commit a8f53776c9

View File

@@ -8,7 +8,6 @@ usage() {
recipients="scst-devel@lists.sourceforge.net"
set -- $(/usr/bin/getopt "r:" "$@")
while [ "$1" != "${1#-}" ]
do
case "$1" in