From fee9a12c24c058adcf79051ffe0431dda0b1600d Mon Sep 17 00:00:00 2001 From: "Kurt J. Bosch" Date: Sun, 3 Jul 2011 20:15:32 +0200 Subject: rc.sysinit: Fix stat_busy block indentation The general rule is now: Align stat_{fail,done} with stat_busy --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') 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" -- cgit v1.2.3