aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-21 09:31:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-21 09:31:38 +1200
commitf8ca42a70f5a0f26c7a4efc4646f9779858eb427 (patch)
treeca40f644626cdafe47ca68b81a7c1a5428c2f5c3 /bin
parentAdd comments (diff)
downloaddotfiles-f8ca42a70f5a0f26c7a4efc4646f9779858eb427.tar.gz
dotfiles-f8ca42a70f5a0f26c7a4efc4646f9779858eb427.zip
Add options terminator
Diffstat (limited to 'bin')
-rwxr-xr-xbin/plenv-modules-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/plenv-modules-update b/bin/plenv-modules-update
index 7c7a144b..668c4667 100755
--- a/bin/plenv-modules-update
+++ b/bin/plenv-modules-update
@@ -22,7 +22,7 @@ trap cleanup EXIT
plenv list-modules | sort > "$mf"
# Sort the non-CPAN modules from ~/.plenv and write them to a file
-sort "$HOME"/.plenv/non-cpanm-modules > "$ef"
+sort -- "$HOME"/.plenv/non-cpanm-modules > "$ef"
# Write out the list of modules that appear in the first file, but not the
# second