commit: 3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 3 02:41:36 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 3 04:49:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=3b9eb3b3
webapp-cleaner: Fixed incorrect use of -lui flag
sbin/webapp-cleaner | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/webapp-cleaner b/sbin/webapp-cleaner
index 52e44ac..ee053a1 100755
--- a/sbin/webapp-cleaner
+++ b/sbin/webapp-cleaner
@@ -95,7 +95,7 @@ function prune() {
}
function clean_unused() {
- local output=$(${WEBAPP_CONFIG} --lui ${PN})
+ local output=$(${WEBAPP_CONFIG} -lui ${PN})
if [[ -z ${output} ]] ; then
einfo "Nothing to clean"