aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/pwgen.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-10 16:26:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-10 16:26:42 +1300
commit72598bf31e709d96f79024c94619c72ff036cfd0 (patch)
tree34bdaa62b3255de8811e6d51dbe0ee256584b9e0 /bash/bashrc.d/pwgen.bash
parentRemove overengineered tmux args array (diff)
downloaddotfiles-72598bf31e709d96f79024c94619c72ff036cfd0.tar.gz
dotfiles-72598bf31e709d96f79024c94619c72ff036cfd0.zip
Add a couple of missing option terminators
Diffstat (limited to 'bash/bashrc.d/pwgen.bash')
-rw-r--r--bash/bashrc.d/pwgen.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/pwgen.bash b/bash/bashrc.d/pwgen.bash
index f3ab323b..df39274f 100644
--- a/bash/bashrc.d/pwgen.bash
+++ b/bash/bashrc.d/pwgen.bash
@@ -9,7 +9,7 @@ pwgen() {
if (($#)) ; then
command pwgen "$@"
else
- command pwgen -s "${PWGEN_LENGTH:-15}" "${PWGEN_COUNT:-1}"
+ command pwgen -s -- "${PWGEN_LENGTH:-15}" "${PWGEN_COUNT:-1}"
fi
}