Skip to content

Commit dfd2cc6

Browse files
author
Chet Ramey
committed
Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_SHOPT
1 parent 41f5420 commit dfd2cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtins/shopt.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ extern int assoc_expand_once;
122122
extern int array_expand_once;
123123
#endif
124124

125-
#if defined (SYSLOG_HISTORY) && defined (SYSLOG_SHOPT)
125+
#if defined (SYSLOG_HISTORY)
126126
extern int syslog_history;
127127
#endif
128128

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 5
28+
#define PATCHLEVEL 6
2929

3030
#endif /* _PATCHLEVEL_H_ */

0 commit comments

Comments
 (0)