mirror of
https://github.com/moparisthebest/curl
synced 2025-01-08 12:28:06 -05:00
avoid pressanykey() call when curl finishes and was launched from bash.
This commit is contained in:
parent
ad1bfc5468
commit
9b8e56c97c
@ -5220,7 +5220,8 @@ int main(int argc, char *argv[])
|
|||||||
free_config_fields(&config);
|
free_config_fields(&config);
|
||||||
|
|
||||||
#ifdef __NOVELL_LIBC__
|
#ifdef __NOVELL_LIBC__
|
||||||
pressanykey();
|
if (getenv("_IN_NETWARE_BASH_") == NULL)
|
||||||
|
pressanykey();
|
||||||
#endif
|
#endif
|
||||||
#ifdef __VMS
|
#ifdef __VMS
|
||||||
vms_special_exit(res, vms_show);
|
vms_special_exit(res, vms_show);
|
||||||
|
Loading…
Reference in New Issue
Block a user