]> arthur.barton.de Git - ConfigScripts.git/blobdiff - sys/profile
Better debug logging, display when script really starts
[ConfigScripts.git] / sys / profile
index a190bd78f570c76e8d84de594808f3533487f2aa..18559d333d7a04eba4a7bc5fb177c50795f62580 100644 (file)
@@ -4,11 +4,13 @@
 # Written 2003-2014 by Alexander Barton (alex@barton.de)
 #
 
-[ -e ~/.ConfigScripts.debug ] && echo " >> /etc/profile ..."
+[ -e ~/.ConfigScripts.debug ] && echo " .. /etc/profile ..."
 
 PROFILEREAD="true"
 export PROFILEREAD
 
+[ -e ~/.ConfigScripts.debug ] && echo " >> /etc/profile ..."
+
 # Setup locale and encoding
 if [ -e ~/.ConfigScripts.debug ]; then
        echo " - TERM=\"$TERM\""