mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 15:43:18 +02:00
Bash-4.3 patch 36
This commit is contained in:
+1
-1
@@ -25,6 +25,6 @@
|
||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||
looks for to find the patch level (for the sccs version string). */
|
||||
|
||||
#define PATCHLEVEL 35
|
||||
#define PATCHLEVEL 36
|
||||
|
||||
#endif /* _PATCHLEVEL_H_ */
|
||||
|
||||
+6
-4
@@ -2833,10 +2833,12 @@ bind_int_variable (lhs, rhs)
|
||||
#endif
|
||||
v = bind_variable (lhs, rhs, 0);
|
||||
|
||||
if (v && isint)
|
||||
VSETATTR (v, att_integer);
|
||||
|
||||
VUNSETATTR (v, att_invisible);
|
||||
if (v)
|
||||
{
|
||||
if (isint)
|
||||
VSETATTR (v, att_integer);
|
||||
VUNSETATTR (v, att_invisible);
|
||||
}
|
||||
|
||||
return (v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user