mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 00:19:51 +02:00
fix for -c command ending with backslash; fix several small memory leaks; fix several uninitialized variables; compgen -V fix
This commit is contained in:
@@ -163,6 +163,7 @@ convert_validarray_flags_to_arrayval_flags (int vflags)
|
||||
{
|
||||
int avflags;
|
||||
|
||||
avflags = 0;
|
||||
if (vflags & VA_NOEXPAND)
|
||||
avflags |= AV_NOEXPAND;
|
||||
if (vflags & VA_ONEWORD)
|
||||
|
||||
Reference in New Issue
Block a user