summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-xsrc/chroot-tools/librechroot7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 0edbdd9..56a8292 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -32,13 +32,14 @@ set -euE
# - the case statement in main() that runs them
-. "$(librelib conf)"
-. "$(librelib messages)"
-. "$(librelib chroot/makechrootpkg)"
+source "$(librelib conf)"
+source "$(librelib messages)"
+source "$(librelib chroot/makechrootpkg)"
shopt -s nullglob
umask 0022
+
################################################################################
# Wrappers for files in ${pkglibexecdir}/chroot/ #
################################################################################