From 4cf996cfd6dfccae0c6b36de78def6e747aae89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Thu, 12 May 2011 12:57:10 -0500 Subject: cleaned libremakepkg --- libremakepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; -- cgit v1.2.3