tinycm diff tinycm @ rev 121

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:26:25 2019 +0100 (2019-02-26)
parents 49d179cd32d2
children
line diff
     1.1 --- a/tinycm	Sun Mar 19 23:24:18 2017 +0000
     1.2 +++ b/tinycm	Tue Feb 26 12:26:25 2019 +0100
     1.3 @@ -137,7 +137,7 @@
     1.4  		done
     1.5  
     1.6  		# Set permissions
     1.7 -		if [ $(id -u) == 0 ]; then
     1.8 +		if [ $(id -u) = 0 ]; then
     1.9  			chown -R www.www ${path}/content
    1.10  			install -d -o www -g www ${path}/cache
    1.11  		else