slitaz-base-files diff rootfs/sbin/mktazdevs.sh @ rev 337

libtaz.sh: fix behavior of action when it has two or more arguments in form of `action 'Text %s' $var`
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 22 04:32:12 2018 +0200 (2018-03-22)
parents af25e2951d08
children
line diff
     1.1 --- a/rootfs/sbin/mktazdevs.sh	Thu Oct 08 00:32:28 2015 +0300
     1.2 +++ b/rootfs/sbin/mktazdevs.sh	Thu Mar 22 04:32:12 2018 +0200
     1.3 @@ -3,10 +3,10 @@
     1.4  # mktazdevs.sh: Make device files for SliTaz GNU/Linux
     1.5  # 2007/10/02 - 2015 <pankso@slitaz.org>
     1.6  #
     1.7 -# As of SliTaz 5.0 we have a radicaly minimal /dev tree for ARM and we
     1.8 +# As of SliTaz 5.0 we have a radically minimal /dev tree for ARM and we
     1.9  # use mdev to create devices nodes on the fly. On i486 we use udev and
    1.10  # mount a devtmpfs on /dev, minimal tree for udev is in: /lib/udev/devices
    1.11 -# This script yet be usefull to rescue a broken system but may be removed.
    1.12 +# This script could yet be useful to rescue a broken system but may be removed.
    1.13  #
    1.14  . /lib/libtaz.sh
    1.15