Skip to content

Commit eb78197

Browse files
author
Chet Ramey
committed
Bash-4.4 patch 18
1 parent b3a5ec8 commit eb78197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtins/read.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ read_builtin (list)
610610
}
611611

612612
CHECK_ALRM;
613-
613+
QUIT; /* in case we didn't call check_signals() */
614614
#if defined (READLINE)
615615
}
616616
#endif

patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
2626
looks for to find the patch level (for the sccs version string). */
2727

28-
#define PATCHLEVEL 17
28+
#define PATCHLEVEL 18
2929

3030
#endif /* _PATCHLEVEL_H_ */

0 commit comments

Comments
 (0)