[arch-projects] [initscripts] [PATCH 02/20] rc.sysinit: Fix stat_busy block indentation

Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
Sun Jul 10 12:56:50 EDT 2011


The general rule is now: Align stat_{fail,done} with stat_busy
---
 rc.sysinit |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.sysinit b/rc.sysinit
index 7b086fa..cb0144c 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -231,7 +231,7 @@ fi
 # Flush old locale settings and set user defined locale
 stat_busy "Setting Locale: ${LOCALE:=en_US}"
 	echo "export LANG=$LOCALE" > /etc/profile.d/locale.sh &&
-	chmod 0755 /etc/profile.d/locale.sh && stat_done || stat_fail
+chmod 0755 /etc/profile.d/locale.sh && stat_done || stat_fail
 
 if [[ ${LOCALE,,} =~ utf ]]; then
 	stat_busy "Setting Consoles to UTF-8 mode"
-- 
1.7.1



More information about the arch-projects mailing list