From a8f53776c9964c235d4fcac6be29d0f77d7155f9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 Sep 2010 12:21:06 +0000 Subject: [PATCH] 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 --- nightly/conf/cellbuzz.sendmail | 1 - 1 file changed, 1 deletion(-) diff --git a/nightly/conf/cellbuzz.sendmail b/nightly/conf/cellbuzz.sendmail index 1dbebb0ba..aef42958d 100755 --- a/nightly/conf/cellbuzz.sendmail +++ b/nightly/conf/cellbuzz.sendmail @@ -8,7 +8,6 @@ usage() { recipients="scst-devel@lists.sourceforge.net" -set -- $(/usr/bin/getopt "r:" "$@") while [ "$1" != "${1#-}" ] do case "$1" in