aboutsummaryrefslogtreecommitdiffstats
path: root/makepass.zsh
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-09-11 08:26:04 +0200
committerDennis Eriksen <d@ennis.no>2023-09-11 08:26:04 +0200
commitf4b37396dee888d9cf6e016d1d59e4c0791035ac (patch)
treea449fbb6cf864372575a6e50894fa214ef86e6db /makepass.zsh
parentAdding description to README (diff)
downloadmakepass-f4b37396dee888d9cf6e016d1d59e4c0791035ac.tar.gz
Redid Go-version
Go-version now matches zsh in functionality also removed rogue whitespace from makepass.zsh
Diffstat (limited to 'makepass.zsh')
-rwxr-xr-xmakepass.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepass.zsh b/makepass.zsh
index 11e6f69..60f2cc1 100755
--- a/makepass.zsh
+++ b/makepass.zsh
@@ -49,7 +49,7 @@ typeset -gi COL_NUM # Number of columns to print
# > The values of RANDOM form an intentionally-repeatable pseudo-random sequence;
# > subshells that reference RANDOM will result in identical pseudo-random values
# > unless the value of RANDOM is referenced or seeded in the parent shell in
-# > between subshell invocations.
+# > between subshell invocations.
# So remember to throw away a $RANDOM between subshell invocations!
#