diff options
Diffstat (limited to 'sync/pull')
| -rwxr-xr-x | sync/pull | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ pullrepo() {  makerepo() {  	if echo "$opts" | grep '\-b'; then  		printmakemsg -		doas make clean install \ +		${SUDO:-sudo} make clean install \  		&& printmakesuccess || printmakeerror  	fi  }  | 
