check for empty confopts before asking for it
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jan 2003 07:41:35 +0000 (07:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jan 2003 07:41:35 +0000 (07:41 +0000)
testcurl.sh

index d058e52..df17992 100755 (executable)
@@ -44,7 +44,7 @@ if [ -z "$desc" ]; then
   fixed="3"
 fi
 
-if [ -z "$desc" ]; then
+if [ -z "$confopts" ]; then
   echo "please enter your additional arguments to configure"
   echo "examples: --with-ssl --enable-debug --enable-ipv6 --with-krb4"
   read confopts