]> git.ipfire.org Git - thirdparty/bash.git/blame_incremental - Y2K
Bash-5.0 patch 4: the wait builtin without arguments only waits for known children...
[thirdparty/bash.git] / Y2K
... / ...
CommitLineData
1Since Bash does not manipulate date strings, it is Y2K-safe.
2
3The only thing that Bash does with date strings is manipulate the string
4returned by ctime(3) or strftime(3) in the prompt customization code.