diff options
Diffstat (limited to 'src/abslibre-tools/createworkdir')
-rwxr-xr-x | src/abslibre-tools/createworkdir | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/abslibre-tools/createworkdir b/src/abslibre-tools/createworkdir index e3e4143..6f58b05 100755 --- a/src/abslibre-tools/createworkdir +++ b/src/abslibre-tools/createworkdir @@ -29,8 +29,7 @@ set -euE . "$(librelib conf)" main() { - load_files libretools - check_vars libretools WORKDIR ABSLIBRERECV ABSLIBRESEND # these are asked for by `xbs download` + load_conf libretools.conf WORKDIR ABSLIBRERECV ABSLIBRESEND || exit # these are asked for by `xbs download` trap 'error "Aborting..."' EXIT |