diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-05-12 12:57:10 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-05-12 12:57:10 -0500 |
commit | 4cf996cfd6dfccae0c6b36de78def6e747aae89d (patch) | |
tree | 53c25de49ce1325ab67811bda5d62be0cbe9cdf1 | |
parent | 1c4ec45a3ae479267319f72e4b5b1616ee85aa63 (diff) |
cleaned libremakepkgv20110512
-rwxr-xr-x | libremakepkg | 2 |
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" ;; |