summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 20:14:44 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 20:14:44 -0500
commitba312fb72ec0843297978796a20c6ffc1fe3ef6e (patch)
treed9bf81465fed02fedfa0d2a36ef08b6f10d55f7b
parent6dd807e109d491458b26d76602ad344b4c025475 (diff)
fix a typov20121128.2
-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 c3c7374..e39b105 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -87,7 +87,7 @@ main() {
l) CHROOTCOPY=$OPTARG;;
N) archroot_args+=(-N);;
- C) mode=clean_repo
+ C) mode=clean_repo;;
c) mode=clean_pacman;;
I) mode=install_file; ARG=$OPTARG;;
I) mode=install_pkg; ARG=$OPTARG;;