summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-05-12 12:57:10 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-05-12 12:57:10 -0500
commit4cf996cfd6dfccae0c6b36de78def6e747aae89d (patch)
tree53c25de49ce1325ab67811bda5d62be0cbe9cdf1
parent1c4ec45a3ae479267319f72e4b5b1616ee85aa63 (diff)
cleaned libremakepkgv20110512
-rwxr-xr-xlibremakepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg
index c268f1f..aa29572 100755
--- a/libremakepkg
+++ b/libremakepkg
@@ -43,7 +43,7 @@ CLEAN_CACHE=""
update_first="n"
chrootname=${CHCOPY}
-while getopts 'hcCun' arg; do
+while getopts 'hcun' arg; do
case "${arg}" in
h) usage ;;
c) CLEAN="-c" ;;