diff options
author | Chet Ramey <[email protected]> | 2022-11-07 11:42:07 -0500 |
---|---|---|
committer | Chet Ramey <[email protected]> | 2022-11-07 11:42:07 -0500 |
commit | 8c9524f9c4b0242bd2239043118984b781bb60ab (patch) | |
tree | 3654403149cba40e2b4c741d7dd3209a6284bf41 /patchlevel.h | |
parent | 7b9954e67aab9fed742becbfd77dcb1cbcf423bc (diff) | |
download | bash-8c9524f9c4b0242bd2239043118984b781bb60ab.tar.gz |
Bash-5.2 patch 6: fix for interrupting command substitution in interactive shells disabling aliases
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index c2610416..39d4c330 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -25,6 +25,6 @@ regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh looks for to find the patch level (for the sccs version string). */ -#define PATCHLEVEL 5 +#define PATCHLEVEL 6 #endif /* _PATCHLEVEL_H_ */ |