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-systemd/
Date: Sat,  3 Mar 2018 02:46:03 +0000 (UTC)	[thread overview]
Message-ID: <1520045158.f4baf92b9ddf66119e94bc8945b10e3e935e92ad.blueness@gentoo> (raw)

commit:     f4baf92b9ddf66119e94bc8945b10e3e935e92ad
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 02:45:58 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 02:45:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=f4baf92b

tools-systemd: fix calculation of repo_dir

 tools-systemd/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools-systemd/run.sh b/tools-systemd/run.sh
index 170742e3..29869284 100755
--- a/tools-systemd/run.sh
+++ b/tools-systemd/run.sh
@@ -13,7 +13,7 @@ prepare_confs() {
     local p=$(( s - 1 ))
     [[ $p == 0 ]] && p=3
     local pstage=stage${p}
-    local repo_dir="$( cd "$( dirname ${BASH_SOURCE[0]} )../" && pwd )"
+    local repo_dir="$( dirname $(pwd) )"
     local template="stage-all.conf.template"
     # set the template file if stage4
     [[ $s == 4 ]] && template=stage4-amd64.spec


             reply	other threads:[~2018-03-03  2:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03  2:46 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-02 14:45 [gentoo-commits] proj/releng:master commit in: tools-systemd/ Anthony G. Basile
2019-04-10 12:12 Anthony G. Basile
2019-04-09 22:53 Anthony G. Basile
2018-03-03  8:43 Anthony G. Basile
2018-03-03  2:43 Anthony G. Basile
2018-03-02 16:27 Anthony G. Basile
2018-03-02 16:20 Matt Thode
2018-01-21 19:01 Anthony G. Basile
2016-03-11 12:11 Anthony G. Basile
2016-03-09 11:38 Anthony G. Basile
2016-03-09  9:52 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=1520045158.f4baf92b9ddf66119e94bc8945b10e3e935e92ad.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