commit bash-20190612 snapshot

This commit is contained in:
Chet Ramey
2019-06-14 09:31:42 -04:00
parent 653d7134f8
commit f602910792
24 changed files with 1256 additions and 1099 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ unary_test (op, arg)
free (t);
return ret;
}
#if 0 /* TAG:bash-5.1 */
#if 0 /* TAG:bash-5.1 from Martijn Dekker */
else if (legal_number (arg, &r)) /* -v n == is $n set? */
{
char *t;