File git-10-f95fe37ac19c11c1294173b44e6a7567d842cd75.patch of Package aaa_base.2371
commit f95fe37ac19c11c1294173b44e6a7567d842cd75
Author: super7ramp <antoine.belvire@laposte.net>
Date: Thu Dec 11 00:16:02 2014 -0500
Fix indentation
diff --git a/files/etc/profile.d/profile.sh b/files/etc/profile.d/profile.sh
index cc4aa6c..5927d16 100644
--- a/files/etc/profile.d/profile.sh
+++ b/files/etc/profile.d/profile.sh
@@ -24,13 +24,13 @@ do
eval val=${line#*=}
case "$line" in
CWD_IN_ROOT_PATH=*)
- test "$val" = "yes" || continue
- test $UID -lt 100 && PATH=$PATH:.
- ;;
+ test "$val" = "yes" || continue
+ test $UID -lt 100 && PATH=$PATH:.
+ ;;
CWD_IN_USER_PATH=*)
- test "$val" = "yes" || continue
- test $UID -ge 100 && PATH=$PATH:.
- ;;
+ test "$val" = "yes" || continue
+ test $UID -ge 100 && PATH=$PATH:.
+ ;;
FROM_HEADER=*)
FROM_HEADER="${val}"
export FROM_HEADER