diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-05 12:56:00 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-05 12:56:00 -0300 |
commit | 79d785a7a72e224ff867fbd90b1c2687595bc0bb (patch) | |
tree | 3f17f5cc6cd90ca113857f5f62d65aa723aa66c5 /libretools.conf | |
parent | a2235e0912d957b513354ae737a63c9113da3b59 (diff) |
typo
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf index 00cbb28..6f7c368 100644 --- a/libretools.conf +++ b/libretools.conf @@ -56,7 +56,7 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ # Checks if vars aren't empty # -for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR +for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT; do [[ -z ${!VAR} ]] && { |