From b8f32111199c4492395dd16804bba0991df9c524 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Oct 2014 18:39:23 +1300 Subject: Add missing options terminator --- sh/profile.d/ls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') 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 -- cgit v1.2.3