Commit a92b886a authored by Maxime Hadjinlian's avatar Maxime Hadjinlian Committed by Thomas Petazzoni
Browse files

skeleton: Pretty fixes for /etc/profile

parent 8ae4a168
Loading
Loading
Loading
Loading
+10 −14
Original line number Diff line number Diff line
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin
export PATH=/bin:/sbin:/usr/bin:/usr/sbin

if [ "$PS1" ]; then
	if [ "`id -u`" -eq 0 ]; then