diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-10 22:26:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-11 13:02:28 -0400 |
commit | 2a10922b475d5a78e9bdaf8a52768c767404bea0 (patch) | |
tree | 99edb57d5c8ea7464fa6c98f6b0b0275c08b0b50 /src/chroot-tools/libremakepkg | |
parent | 9cc7b1a9d01c425d61f8babd0e9b4314df4bbe78 (diff) |
libremakepkg: Tidy.
Diffstat (limited to 'src/chroot-tools/libremakepkg')
-rwxr-xr-x | src/chroot-tools/libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index 81764af..84a7609 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -26,7 +26,7 @@ set -euE . "$(librelib conf)" . "$(librelib messages)" -. "$(librelib chroot/makechrootpkg.sh)" +. "$(librelib chroot/makechrootpkg)" set -o pipefail shopt -s nullglob |