From: "Devan Franchini" <twitch153@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/webapp-config:1.54 commit in: sbin/ Date: Fri, 3 Jul 2015 04:55:50 +0000 (UTC) [thread overview] Message-ID: <1435898974.3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e.twitch153@gentoo> (raw) 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"
WARNING: multiple messages have this Message-ID (diff)
From: "Devan Franchini" <twitch153@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/webapp-config:master commit in: sbin/ Date: Fri, 3 Jul 2015 04:50:24 +0000 (UTC) [thread overview] Message-ID: <1435898974.3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e.twitch153@gentoo> (raw) Message-ID: <20150703045024.8tYzMJf9k06yqOft37e-ILkJXcroOhiff6IHAwro6JQ@z> (raw) 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"
next reply other threads:[~2015-07-03 4:55 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-07-03 4:55 Devan Franchini [this message] 2015-07-03 4:50 ` [gentoo-commits] proj/webapp-config:master commit in: sbin/ Devan Franchini
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1435898974.3b9eb3b3b61e626f1a7ad72d06072cc9bc948c8e.twitch153@gentoo \ --to=twitch153@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox