mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
check for empty confopts before asking for it
This commit is contained in:
parent
aa90436435
commit
21a98ef264
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user