[scripts] replace "source /etc/profile" with more POSIX-friendly ". /etc/profile"

This commit is contained in:
Fabio Erculiani
2012-07-25 13:23:32 +02:00
parent af53d90d23
commit d97edac969
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ rm -rf /root
cp /etc/skel /root -Rap
chown root:root /root -R
source /etc/profile
/usr/sbin/env-update && source /etc/profile
/usr/sbin/env-update
. /etc/profile
# Setup locale to en_US
echo LANG=\"en_US.UTF-8\" > /etc/env.d/02locale