tazinst rev 89

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:52:28 2017 +0200 (2017-07-23)
parents 7e975db54f78
children cf56992b574f
files installer.cgi
line diff
     1.1 --- a/installer.cgi	Sun Feb 19 22:58:57 2017 +0200
     1.2 +++ b/installer.cgi	Sun Jul 23 13:52:28 2017 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  VERSION=3.98
     1.5  
     1.6  # Common functions from libtazpanel
     1.7 -. lib/libtazpanel
     1.8 +. ./lib/libtazpanel
     1.9  get_config
    1.10  
    1.11  TITLE=$(_ 'TazPanel - Installer')