mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 04:30:44 +02:00
portability and compatibility fixes
This commit is contained in:
+1
-1
@@ -1088,7 +1088,7 @@ set_expand_once (nval, uwp)
|
||||
int oa;
|
||||
|
||||
oa = assoc_expand_once;
|
||||
if (shell_compatibility_level > 51)
|
||||
if (shell_compatibility_level > 51) /* XXX - internal */
|
||||
{
|
||||
if (uwp)
|
||||
unwind_protect_int (assoc_expand_once);
|
||||
|
||||
Reference in New Issue
Block a user