]> git.ipfire.org Git - thirdparty/bash.git/blob - Y2K
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / Y2K
1 Since Bash does not manipulate date strings, it is Y2K-safe.
2
3 The only thing that Bash does with date strings is manipulate the string
4 returned by ctime(3) or strftime(3) in the prompt customization code.