slitaz-base-files 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 8d2d656745d7
children 78038351c7c8
files test-libtaz.sh testsuite.sh
line diff
     1.1 --- a/test-libtaz.sh	Thu Mar 02 15:38:20 2017 +0100
     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  
     2.1 --- a/testsuite.sh	Thu Mar 02 15:38:20 2017 +0100
     2.2 +++ b/testsuite.sh	Sun Jul 23 13:51:37 2017 +0200
     2.3 @@ -1,6 +1,6 @@
     2.4  #!/bin/sh
     2.5  #
     2.6 -. rootfs/lib/libtaz.sh
     2.7 +. ./rootfs/lib/libtaz.sh
     2.8  
     2.9  check_libtaz() {
    2.10  	newline; longline "This package provides the base system files and \