.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=31
This commit is contained in:
parent
06d44506a8
commit
b05c93bbae
16
bash-4.1-completion.dif
Normal file
16
bash-4.1-completion.dif
Normal file
@ -0,0 +1,16 @@
|
||||
--- bashline.c
|
||||
+++ bashline.c 2010-03-09 14:11:27.612626475 +0000
|
||||
@@ -1700,6 +1700,13 @@ globword:
|
||||
return ((char *)NULL);
|
||||
}
|
||||
|
||||
+ if (GLOB_FAILED (glob_matches) || glob_matches == 0)
|
||||
+ {
|
||||
+ glob_ignore_case = old_glob_ignore_case;
|
||||
+ glob_matches = (char **)NULL;
|
||||
+ return ((char *)NULL);
|
||||
+ }
|
||||
+
|
||||
while (val = glob_matches[local_index++])
|
||||
{
|
||||
if (executable_or_directory (val))
|
Loading…
Reference in New Issue
Block a user