summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-05-10 17:52:19 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-05-10 17:52:19 -0500
commit79dfb33774ec1d789c6f1b306f607cf0eeea7a6c (patch)
tree4749b6586ac72e1af6d06d4090b55fd296e280e4
parent2dbaa71d3fd9092e5fa5d79671ada8ceed9bdf69 (diff)
fixed libremakepkg errorv20110510
-rwxr-xr-xlibremakepkg2
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" ;;