ash: small cosmetic change

This commit is contained in:
Denis Vlasenko 2008-06-14 06:14:02 +00:00
parent 2659c63213
commit 29038c06d6

View File

@ -5835,7 +5835,7 @@ parse_sub_pattern(char *arg, int inquotes)
arg++; /* skip both \\, not just first one */
arg++;
}
*idx++ = c;
*idx = c; /* NUL */
return repl;
}