diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-06 00:07:55 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-06 00:07:55 -0500 |
commit | f1f07ff1a3191ef6e753215f10575200a9697685 (patch) | |
tree | 31480f687677528acea96e23aa42be06d3712e3c /src/chroot-tools/librechroot | |
parent | 44253875821a8a27b6cfdf74e29adb93edbaf0da (diff) |
librechroot: touch up messages
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-x | src/chroot-tools/librechroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 1eba63c..6e4aaff 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -357,7 +357,7 @@ main() { noop|make|sync) :;; delete) if [[ -d $copydir ]]; then - _makechrootpkg delete_chroot "$copydir" "$COPY" + _makechrootpkg delete_chroot "$copydir" fi ;; |