Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
/* xcase - change uppercase characters to lowercase or vice versa. */
/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
/* Copyright (C) 2008,2009,2023 Free Software Foundation, Inc.
This file is part of GNU Bash.
@@ -42,9 +42,7 @@ extern int optind;
#define UPPER 2
int
main(ac, av)
int ac;
char **av;
main(int ac, char **av)
{
int c, x;
int op;