7 Bug-Reported-by: Dima Korobskiy <dkroot2@gmail.com>
8 Bug-Reference-ID: <16664c2d-40ec-df33-b932-83db06e39a82@gmail.com>
9 Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2023-08/msg00125.html
13 The parser did not allow `time' to appear as the first reserved word in a
16 Patch (apply with `patch -p0'):
18 *** ../bash-5.2-patched/parse.y Tue Dec 13 12:53:21 2022
19 --- parse.y Fri Sep 1 10:36:28 2023
23 case TIMEOPT: /* time -p time pipeline */
24 case TIMEIGN: /* time -p -- ... */
28 *** ../bash-5.2-patched/y.tab.c Tue Dec 13 12:53:21 2022
29 --- y.tab.c Fri Sep 1 10:36:44 2023
33 case TIMEOPT: /* time -p time pipeline */
34 case TIMEIGN: /* time -p -- ... */
39 *** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
40 --- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
43 looks for to find the patch level (for the sccs version string). */
45 ! #define PATCHLEVEL 19
47 #endif /* _PATCHLEVEL_H_ */
49 looks for to find the patch level (for the sccs version string). */
51 ! #define PATCHLEVEL 20
53 #endif /* _PATCHLEVEL_H_ */