From eddd0fe20c0ac9645874cca70349ccfe1967e627 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 5 Jun 2013 21:46:31 -0600 Subject: librechroot: fix clean-repo --- src/chroot-tools/librechroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chroot-tools/librechroot') 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 -- cgit v1.2.2