summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chcleanup.lib.gen
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/chcleanup.lib.gen')
-rwxr-xr-xsrc/chroot-tools/chcleanup.lib.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/chcleanup.lib.gen b/src/chroot-tools/chcleanup.lib.gen
index 71dc327..1ea1766 100755
--- a/src/chroot-tools/chcleanup.lib.gen
+++ b/src/chroot-tools/chcleanup.lib.gen
@@ -4,5 +4,5 @@ set -e
commonsh=$1
echo '. /usr/share/makepkg/util.sh'
-. "$commonsh"; declare -f _l _p
+source "$commonsh"; declare -f _l _p
sed -n '/^eval/,/^\S/p' "$commonsh"