Browse code

parse error fix

Toon Claes authored on 05/11/2009 at 19:48:08
Showing 1 changed files
... ...
@@ -4,7 +4,8 @@ export LSCOLORS="Gxfxcxdxbxegedabagacad"
4 4
 #export LS_COLORS
5 5
 
6 6
 # Enable ls colors
7
-if [ "$DISABLE_LS_COLORS" != "true" ] then
7
+if [ "$DISABLE_LS_COLORS" != "true" ]
8
+then
8 9
   # Find the option for using colors in ls, depending on the version: Linux or BSD
9 10
   ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=tty' || alias ls='ls -G'
10 11
 fi