From: Daniel Stenberg Date: Wed, 22 Jan 2003 07:41:35 +0000 (+0000) Subject: check for empty confopts before asking for it X-Git-Tag: curl-7_10_4~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21a98ef2645ec3ce69201433331ffd6da81e9177;p=curl check for empty confopts before asking for it --- diff --git a/testcurl.sh b/testcurl.sh index d058e526b..df1799238 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -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