public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/
Date: Sun, 14 Jun 2015 21:32:58 +0000 (UTC)	[thread overview]
Message-ID: <1434317672.ba06ecd17cc85c5d7828f94116c1ce349e270307.blueness@gentoo> (raw)

commit:     ba06ecd17cc85c5d7828f94116c1ce349e270307
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 21:34:32 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 21:34:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=ba06ecd1

tools-musl: trim whitespace.

 tools-musl/run-armv7a.sh   | 2 +-
 tools-musl/run-mips32r2.sh | 2 +-
 tools-musl/run-mipsel3.sh  | 2 +-
 tools-musl/run-ppc.sh      | 2 +-
 tools-musl/run.sh          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools-musl/run-armv7a.sh b/tools-musl/run-armv7a.sh
index 6892f2f..bdb4af5 100755
--- a/tools-musl/run-armv7a.sh
+++ b/tools-musl/run-armv7a.sh
@@ -39,7 +39,7 @@ prepare_confs() {
       stage${s}-${arch}-musl-${flavor}.conf
 
     portage_confdir=$(grep portage_confdir stage${s}-${arch}-musl-${flavor}.conf \
-      | sed -e 's/^.*://')
+      | sed -e 's/^.*:[ \t]*//')
     [[ ! -e ${portage_confdir} ]] && sed -i -e '/^portage_confdir/d' \
       stage${s}-${arch}-musl-${flavor}.conf
   done

diff --git a/tools-musl/run-mips32r2.sh b/tools-musl/run-mips32r2.sh
index 0818361..14f6c1a 100755
--- a/tools-musl/run-mips32r2.sh
+++ b/tools-musl/run-mips32r2.sh
@@ -29,7 +29,7 @@ prepare_confs() {
         >  stage${s}-${arch}-musl-${flavor}.conf
 
     portage_confdir=$(grep portage_confdir stage${s}-${arch}-musl-${flavor}.conf \
-      | sed -e 's/^.*://')
+      | sed -e 's/^.*:[ \t]*//')
     [[ ! -e ${portage_confdir} ]] && sed -i -e '/^portage_confdir/d' \
       stage${s}-${arch}-musl-${flavor}.conf
   done

diff --git a/tools-musl/run-mipsel3.sh b/tools-musl/run-mipsel3.sh
index 51c6753..f785b29 100755
--- a/tools-musl/run-mipsel3.sh
+++ b/tools-musl/run-mipsel3.sh
@@ -29,7 +29,7 @@ prepare_confs() {
         >  stage${s}-${arch}-musl-${flavor}.conf
 
     portage_confdir=$(grep portage_confdir stage${s}-${arch}-musl-${flavor}.conf \
-      | sed -e 's/^.*://')
+      | sed -e 's/^.*:[ \t]*//')
     [[ ! -e ${portage_confdir} ]] && sed -i -e '/^portage_confdir/d' \
       stage${s}-${arch}-musl-${flavor}.conf
   done

diff --git a/tools-musl/run-ppc.sh b/tools-musl/run-ppc.sh
index bb51672..9580bac 100755
--- a/tools-musl/run-ppc.sh
+++ b/tools-musl/run-ppc.sh
@@ -29,7 +29,7 @@ prepare_confs() {
         >  stage${s}-${arch}-musl-${flavor}.conf
 
     portage_confdir=$(grep portage_confdir stage${s}-${arch}-musl-${flavor}.conf \
-      | sed -e 's/^.*://')
+      | sed -e 's/^.*:[ \t]*//')
     [[ ! -e ${portage_confdir} ]] && sed -i -e '/^portage_confdir/d' \
       stage${s}-${arch}-musl-${flavor}.conf
   done

diff --git a/tools-musl/run.sh b/tools-musl/run.sh
index 17d883b..cbd9b87 100755
--- a/tools-musl/run.sh
+++ b/tools-musl/run.sh
@@ -31,7 +31,7 @@ prepare_confs() {
         >  stage${s}-${arch}-musl-${flavor}.conf
 
     portage_confdir=$(grep portage_confdir stage${s}-${arch}-musl-${flavor}.conf \
-      | sed -e 's/^.*://')
+      | sed -e 's/^.*:[ \t]*//')
     [[ ! -e ${portage_confdir} ]] && sed -i -e '/^portage_confdir/d' \
       stage${s}-${arch}-musl-${flavor}.conf
   done


             reply	other threads:[~2015-06-14 21:33 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-14 21:32 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-14 19:11 [gentoo-commits] proj/releng:master commit in: tools-musl/ Anthony G. Basile
2019-05-24  3:50 Matthew Thode
2019-04-13 10:54 Anthony G. Basile
2019-04-11  1:37 Anthony G. Basile
2018-03-02 16:25 Anthony G. Basile
2017-01-05  5:41 Matt Thode
2017-01-03  3:01 Matt Thode
2017-01-02 23:59 Matt Thode
2017-01-02  4:30 Matt Thode
2017-01-02  4:21 Matt Thode
2017-01-02  4:08 Matt Thode
2016-06-04 16:07 Anthony G. Basile
2015-12-07  0:54 Anthony G. Basile
2015-06-14 21:01 Anthony G. Basile
2015-01-20 23:38 Anthony G. Basile
2014-08-18 21:59 Robin H. Johnson
2014-08-18 21:59 Robin H. Johnson
2014-08-13 14:28 Anthony G. Basile
2014-08-11 22:43 Anthony G. Basile
2014-06-28 10:43 Anthony G. Basile
2014-06-18 11:14 Anthony G. Basile
2014-02-18 21:04 Anthony G. Basile
2014-02-06 13:06 Anthony G. Basile
2014-02-05 20:13 Anthony G. Basile
2014-02-05 20:11 Anthony G. Basile

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=1434317672.ba06ecd17cc85c5d7828f94116c1ce349e270307.blueness@gentoo \
    --to=blueness@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: link
Be 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