mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 05:00:49 +02:00
commit bash-20150220 snapshot
This commit is contained in:
+6
-4
@@ -2872,10 +2872,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