summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ;;