From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 80AF3138D05 for ; Fri, 3 Jul 2015 04:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00CFFE0817; Fri, 3 Jul 2015 04:50:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC26CE0817 for ; Fri, 3 Jul 2015 04:50:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6464340845 for ; Fri, 3 Jul 2015 04:50:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04BC9739 for ; Fri, 3 Jul 2015 04:50:24 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1435898974.3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:master commit in: sbin/ X-VCS-Repository: proj/webapp-config X-VCS-Files: sbin/webapp-cleaner X-VCS-Directories: sbin/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e X-VCS-Branch: master Date: Fri, 3 Jul 2015 04:50:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c712ae2-cb33-4415-9870-e1f6edf91f8e X-Archives-Hash: b1a4e892bb808f11aa744be98c268b2f Message-ID: <20150703045024.8tYzMJf9k06yqOft37e-ILkJXcroOhiff6IHAwro6JQ@z> commit: 3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e Author: Devan Franchini gentoo org> AuthorDate: Fri Jul 3 02:41:36 2015 +0000 Commit: Devan Franchini gentoo 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"