mirror of
https://github.com/curl/curl.git
synced 2026-05-20 13:26:22 +03:00
check for empty confopts before asking for it
This commit is contained in:
parent
aa90436435
commit
21a98ef264
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue