slitaz-base-files diff test-libtaz.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 5979e3b76e5e
children dc2507062df3
line diff
     1.1 --- a/test-libtaz.sh	Sat Jun 20 22:49:35 2015 +0300
     1.2 +++ b/test-libtaz.sh	Thu Mar 22 04:32:12 2018 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  #
     1.6 -. rootfs/lib/libtaz.sh
     1.7 +. ./rootfs/lib/libtaz.sh
     1.8  
     1.9  [ $# -eq 0 ] && title 'Check variables import using libtaz.sh'
    1.10