[Lunar-commits] bash: removing stinkin' tabs again.

Terry Chan tchan at lunar-linux.org
Mon Dec 10 06:40:57 CET 2007


commit bfc9378c629c3b9c452782aecf85687a7f241811
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun Dec 9 23:40:57 2007 -0600

    bash: removing stinkin' tabs again.
---
 shells/bash/bashrc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/shells/bash/bashrc b/shells/bash/bashrc
index 1249d95..ae34c11 100644
--- a/shells/bash/bashrc
+++ b/shells/bash/bashrc
@@ -8,9 +8,7 @@
 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin
 
 # these might not be present, so keep our path clean:
-for DIR in						\
-    /usr/local/bin /usr/X11/bin				\
-    ; do
+for DIR in /usr/local/bin /usr/X11/bin ; do
     [ -d $DIR ] && PATH="$PATH:$DIR"
 done
 


More information about the Lunar-commits mailing list