summaryrefslogtreecommitdiff
path: root/src/chroot-tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-xsrc/chroot-tools/librechroot2
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