Bash-4.2 patch 38
This commit is contained in:
parent
15be0ec466
commit
0213a83a9e
2 changed files with 2 additions and 2 deletions
|
@ -791,7 +791,7 @@ assign_vars:
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (saw_escape)
|
if (saw_escape && input_string && *input_string)
|
||||||
{
|
{
|
||||||
t = dequote_string (input_string);
|
t = dequote_string (input_string);
|
||||||
var = bind_read_variable (list->word->word, t);
|
var = bind_read_variable (list->word->word, t);
|
||||||
|
|
|
@ -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 37
|
#define PATCHLEVEL 38
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue