tazpkg diff modules/getenv @ rev 976

misc typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 09 12:03:43 2021 +0000 (2021-11-09)
parents 50421cb50644
children
line diff
     1.1 --- a/modules/getenv	Sun Feb 19 18:05:03 2017 +0000
     1.2 +++ b/modules/getenv	Tue Nov 09 12:03:43 2021 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  	du egrep fgrep find grep gzip head httpd id ln ls lzcat md5sum mkdir mktemp mv readlink \
     1.5  	realpath rm rmdir rpm rpm2cpio sed sort stat su tac tail tar tee touch tr tty uniq unlzma wc \
     1.6  	wget which xzcat zcat; do
     1.7 -	alias $i="busybox $i"
     1.8 +	eval alias $i="busybox $i"
     1.9  done
    1.10  
    1.11