From 21a98ef2645ec3ce69201433331ffd6da81e9177 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 22 Jan 2003 07:41:35 +0000
Subject: [PATCH] check for empty confopts before asking for it

---
 testcurl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcurl.sh b/testcurl.sh
index d058e526bf..df1799238c 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
-- 
GitLab