slitaz-base-files diff README @ 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 | da9e6fb03e1d |
children |
line diff
1.1 --- a/README Sat Mar 17 14:09:13 2012 +0100 1.2 +++ b/README Thu Mar 22 04:32:12 2018 +0200 1.3 @@ -13,7 +13,8 @@ 1.4 * /etc: Configuration files for SliTaz such as users network. 1.5 * /sbin: Scripts that may be used at boot without /usr mounted. 1.6 * /usr/bin: Small utility and tools depending only on Busybox. 1.7 - * /usr/lib/slitaz: SliTaz base library and helper. 1.8 + * /usr/lib/slitaz: SliTaz libraries and helpers. 1.9 + * /lib/libtaz.sh: Main SliTaz SHell library used by almost all tools. 1.10 1.11 1.12 ===============================================================================