slitaz-base-files diff test-libtaz.sh @ rev 330

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:51:37 2017 +0200 (2017-07-23)
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	Sun Jul 23 13:51:37 2017 +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