ssfs diff ssfs @ rev 109

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:01 2019 +0100 (2019-02-26)
parents 4937afb8ea05
children
line diff
     1.1 --- a/ssfs	Sun Jun 19 23:10:11 2011 +0200
     1.2 +++ b/ssfs	Tue Feb 26 12:27:01 2019 +0100
     1.3 @@ -118,7 +118,7 @@
     1.4  			ssh $login@$host 'cat - >> ~/.ssh/authorized_keys' || exit 1
     1.5  		gettext "Client is setup you can now sync"; echo ;;
     1.6  	sync)
     1.7 -		# Sync can be called at session startup or from cmdline to retrive
     1.8 +		# Sync can be called at session startup or from cmdline to retrieve
     1.9  		# files from the server.
    1.10  		[ ! -f "$config" ] && gettext "Missing config file" && \
    1.11  			echo "" && exit 1