diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-12 18:54:52 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-12 18:54:52 -0500 |
commit | 749e8295844160ba96f0a67cab1a0799a5a81a24 (patch) | |
tree | 97394447f2ed24a4a17688a8aa7105b51435ef17 /src/chroot-tools/libremakepkg | |
parent | 911eacc4274ef1f9ce3b78833a0cd4e4a81d440f (diff) |
libremakepkg: touch up brackets
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 69e8998..a146627 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -130,7 +130,7 @@ main() { unset CLEANFIRST UPDATEFIRST librechroot_args - makechrootpkg "${makechrootpkg_args[@]}" -d -r "$CHROOTDIR/${CHROOT}" -l "$CHROOTCOPY" + makechrootpkg "${makechrootpkg_args[@]}" -d -r "$CHROOTDIR/$CHROOT" -l "$CHROOTCOPY" ev=$? # exit value copy_log exit $ev |