ssfs diff ssfs-sh @ rev 109

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:01 2019 +0100 (2019-02-26)
parents 86891a868e9d
children
line diff
     1.1 --- a/ssfs-sh	Sun Jun 12 21:18:23 2011 +0200
     1.2 +++ b/ssfs-sh	Tue Feb 26 12:27:01 2019 +0100
     1.3 @@ -26,8 +26,8 @@
     1.4  	# some env variables but don't source any profile.
     1.5  	clear && echo -e \
     1.6  		"\n\033[1m  Welcome to the Ssfs SHell $USER\033[0m\n"
     1.7 -	PS1='\u@\h\e[0m:\e[1;34m\w\e[0m\$ '
     1.8 -	PATH='/bin:/sbin'
     1.9 +	PS1='\u@ssfs\e[0m:\e[1;34m\w\e[0m\$ '
    1.10 +	PATH='/bin'
    1.11  	HOME=/home/$USER
    1.12  	SYNC=$HOME/Sync
    1.13  	SHELL=/bin/sh