diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 20:14:44 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 20:14:44 -0500 |
commit | ba312fb72ec0843297978796a20c6ffc1fe3ef6e (patch) | |
tree | d9bf81465fed02fedfa0d2a36ef08b6f10d55f7b /src | |
parent | 6dd807e109d491458b26d76602ad344b4c025475 (diff) |
fix a typov20121128.2
Diffstat (limited to 'src')
-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 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;; |