Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: sbin/
Date: Fri, 03 Jul 2015 02:41:57
Message-Id: 1435891296.02a7f5e2f1754692c3e8d6f8ac9a38dd1a29fede.twitch153@gentoo
1 commit: 02a7f5e2f1754692c3e8d6f8ac9a38dd1a29fede
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 3 02:41:36 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 02:41:36 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=02a7f5e2
7
8 webapp-cleaner: Fixed incorrect use of -lui flag
9
10 sbin/webapp-cleaner | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sbin/webapp-cleaner b/sbin/webapp-cleaner
14 index 52e44ac..ee053a1 100755
15 --- a/sbin/webapp-cleaner
16 +++ b/sbin/webapp-cleaner
17 @@ -95,7 +95,7 @@ function prune() {
18 }
19
20 function clean_unused() {
21 - local output=$(${WEBAPP_CONFIG} --lui ${PN})
22 + local output=$(${WEBAPP_CONFIG} -lui ${PN})
23
24 if [[ -z ${output} ]] ; then
25 einfo "Nothing to clean"