Bash-4.2 patch 7
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 6
|
#define PATCHLEVEL 7
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|||||||
1
subst.c
1
subst.c
@@ -4609,6 +4609,7 @@ expand_word_unsplit (word, quoted)
|
|||||||
if (ifs_firstc == 0)
|
if (ifs_firstc == 0)
|
||||||
#endif
|
#endif
|
||||||
word->flags |= W_NOSPLIT;
|
word->flags |= W_NOSPLIT;
|
||||||
|
word->flags |= W_NOSPLIT2;
|
||||||
result = call_expand_word_internal (word, quoted, 0, (int *)NULL, (int *)NULL);
|
result = call_expand_word_internal (word, quoted, 0, (int *)NULL, (int *)NULL);
|
||||||
expand_no_split_dollar_star = 0;
|
expand_no_split_dollar_star = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user