diff options
author | Dennis Eriksen <d@ennis.no> | 2023-09-11 08:26:04 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-09-11 08:26:04 +0200 |
commit | f4b37396dee888d9cf6e016d1d59e4c0791035ac (patch) | |
tree | a449fbb6cf864372575a6e50894fa214ef86e6db /makepass.zsh | |
parent | Adding description to README (diff) | |
download | makepass-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-x | makepass.zsh | 2 |
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! # |