diff options
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 55b3324..1247e3c 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -271,7 +271,7 @@ main() { run) archroot -r "$copydir" "$@";; enter) archroot -r "$copydir" bash;; clean-repo) - rm -rf "${copydir}/repo/*" + rm -rf "${copydir}"/repo/* make_empty_repo "$copydir" ;; esac |