summarylogtreecommitdiffstats
path: root/sample.kshrc
diff options
context:
space:
mode:
authorJohnothan King2022-09-25 00:19:44 -0700
committerJohnothan King2022-09-25 00:19:44 -0700
commitb7ec1818cf478a0460b1680856accc2da2c0ea13 (patch)
tree2aadb84de2c74478f304152c988433100cd86ed3 /sample.kshrc
parent1c34a20f12cda54a6d5a57bbe99628379426f271 (diff)
downloadaur-b7ec1818cf478a0460b1680856accc2da2c0ea13.tar.gz
Fix typo in sample.kshrc; update .SRCINFO
Diffstat (limited to 'sample.kshrc')
-rw-r--r--sample.kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample.kshrc b/sample.kshrc
index 0890b4bad03a..2555c1dce75f 100644
--- a/sample.kshrc
+++ b/sample.kshrc
@@ -62,7 +62,7 @@ typeset -A color=(
PS1.get()
{
- ret=$? # Workaround $? bug in ksh < 2022-03-16 (cf. https://github.com/ksh93/ksh/pull/226)
+ ret=$? # Workaround $? bug in ksh < 2021-03-16 (cf. https://github.com/ksh93/ksh/pull/226)
pwd=$(pwd 2>/dev/null)
[[ ${pwd} == / ]] && return 0