diff options
-rwxr-xr-x | bin/plenv-modules-update | 2 |
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 |