aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-10 18:39:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-10 18:39:23 +1300
commitb8f32111199c4492395dd16804bba0991df9c524 (patch)
treea764134996f0c6f77ea705602187c6b1763c6860 /sh
parentAdd a couple of missing option terminators (diff)
downloaddotfiles-b8f32111199c4492395dd16804bba0991df9c524.tar.gz
dotfiles-b8f32111199c4492395dd16804bba0991df9c524.zip
Add missing options terminator
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/ls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/ls.sh b/sh/profile.d/ls.sh
index b125b02e..25fe4777 100644
--- a/sh/profile.d/ls.sh
+++ b/sh/profile.d/ls.sh
@@ -1,7 +1,7 @@
# Define and store appropriate colors for ls
if command -v dircolors >/dev/null 2>&1 ; then
if [ -r "$HOME"/.dircolors ] ; then
- eval "$(dircolors --sh "$HOME"/.dircolors)"
+ eval "$(dircolors --sh -- "$HOME"/.dircolors)"
else
eval "$(dircolors --sh)"
fi