cookutils diff uname @ rev 1148

cook: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 09 15:36:25 2021 +0000 (2021-11-09)
parents 251a9d5b7542
children
line diff
     1.1 --- a/uname	Thu Apr 19 17:43:31 2018 +0300
     1.2 +++ b/uname	Tue Nov 09 15:36:25 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  # uname - special "fake" wrapper for using inside SliTaz cooker chroot.
     1.6  # Although SliTaz cooker *host arch* is 64-bit, SliTaz *target arch* may be
     1.7 -# 32-bit, and some configuration tools use uname could be improperly configured.
     1.8 +# 32-bit and some configuration tools using uname could be improperly configured.
     1.9  # This also applies to the kernel versions of the host and the target systems.
    1.10  
    1.11  . /etc/slitaz/cook.conf