Bash-4.2 patch 4
This commit is contained in:
@@ -25,6 +25,6 @@
|
|||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 3
|
#define PATCHLEVEL 4
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|||||||
2
subst.c
2
subst.c
@@ -3373,7 +3373,7 @@ expand_string_for_rhs (string, quoted, dollar_at_p, has_dollar_at)
|
|||||||
if (string == 0 || *string == '\0')
|
if (string == 0 || *string == '\0')
|
||||||
return (WORD_LIST *)NULL;
|
return (WORD_LIST *)NULL;
|
||||||
|
|
||||||
td.flags = 0;
|
td.flags = W_NOSPLIT2; /* no splitting, remove "" and '' */
|
||||||
td.word = string;
|
td.word = string;
|
||||||
tresult = call_expand_word_internal (&td, quoted, 1, dollar_at_p, has_dollar_at);
|
tresult = call_expand_word_internal (&td, quoted, 1, dollar_at_p, has_dollar_at);
|
||||||
return (tresult);
|
return (tresult);
|
||||||
|
|||||||
Reference in New Issue
Block a user