diff options
Diffstat (limited to 'src/treepkg')
-rwxr-xr-x | src/treepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treepkg b/src/treepkg index f417010..9b6d34f 100755 --- a/src/treepkg +++ b/src/treepkg @@ -19,7 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. source libremessages -source $(librelib conf.sh) +source "$(librelib conf.sh)" load_files libretools check_vars libretools FULLBUILDCMD || exit 1 |