diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 21:46:31 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 21:46:31 -0600 |
commit | eddd0fe20c0ac9645874cca70349ccfe1967e627 (patch) | |
tree | 3efd3942feada93c9a41c4486f8a70aec3cedc65 /src/chroot-tools/librechroot | |
parent | adc6865b29b31a32cce195d6912af039ef7eab77 (diff) |
librechroot: fix clean-repov20130605.1
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 |