aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-22 07:41:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-22 07:41:35 +0000
commit21a98ef2645ec3ce69201433331ffd6da81e9177 (patch)
tree9fdd24953ca80da977557855aeef2473437486cd
parentaa90436435fab813d181e92d2530f78183bdbf0f (diff)
check for empty confopts before asking for it
-rwxr-xr-xtestcurl.sh2
1 files changed, 1 insertions, 1 deletions
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