diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-05-10 17:52:19 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-05-10 17:52:19 -0500 |
commit | 79dfb33774ec1d789c6f1b306f607cf0eeea7a6c (patch) | |
tree | 4749b6586ac72e1af6d06d4090b55fd296e280e4 /libremakepkg | |
parent | 2dbaa71d3fd9092e5fa5d79671ada8ceed9bdf69 (diff) |
fixed libremakepkg errorv20110510
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index ef276f3..2e75288 100755 --- a/libremakepkg +++ b/libremakepkg @@ -47,7 +47,7 @@ while getopts 'hcCun' arg; do case "${arg}" in h) usage ;; c) CLEAN="-c" ;; - C) CLEAN_CACHE="-C" + C) CLEAN_CACHE="-C" ;; u) update_first=1 ;; n) chrootname="$OPTARG" ;; *) MAKEPKG_ARGS="$MAKEPKG_ARGS -$arg $OPTARG" ;; |