public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: /
Date: Tue, 27 May 2014 20:56:39 +0000 (UTC)	[thread overview]
Message-ID: <1400492944.80b45fb3220bedab9c42d4d9fe27cdce876a6075.dol-sen@gentoo> (raw)

commit:     80b45fb3220bedab9c42d4d9fe27cdce876a6075
Author:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 18:46:05 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Mon May 19 09:49:04 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=80b45fb3

add zsh support in testpath

---
 testpath | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/testpath b/testpath
index b1bc173..3bf8bde 100644
--- a/testpath
+++ b/testpath
@@ -11,7 +11,10 @@
 # $ source ./testpath
 # $ esearch some-package
 
-
-export PATH="$(dirname $BASH_SOURCE[0])/../pyGPG/bin:$(dirname $BASH_SOURCE[0])/bin:${PATH}"
-
-export PYTHONPATH="$(dirname $BASH_SOURCE[0])/../pyGPG/:$(dirname $BASH_SOURCE[0])/../ssl-fetch/:$(dirname $BASH_SOURCE[0])/:${PYTHONPATH}"
+if [[ "$SHELL" =~ "zsh" ]]; then
+    export PATH="$(dirname $0)/../pyGPG/bin:$(dirname $0)/bin:${PATH}"
+    export PYTHONPATH="$(dirname $0)/../pyGPG/:$(dirname $0)/../ssl-fetch/:$(dirname $0)/:${PYTHONPATH}"
+else
+    export PATH="$(dirname $BASH_SOURCE[0])/../pyGPG/bin:$(dirname $BASH_SOURCE[0])/bin:${PATH}"
+    export PYTHONPATH="$(dirname $BASH_SOURCE[0])/../pyGPG/:$(dirname $BASH_SOURCE[0])/../ssl-fetch/:$(dirname $BASH_SOURCE[0])/:${PYTHONPATH}"
+fi


             reply	other threads:[~2014-05-27 20:56 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-27 20:56 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-23 19:04 [gentoo-commits] proj/gentoo-keys:master commit in: / Brian Dolbec
2015-08-09  1:09 Brian Dolbec
2015-01-07 23:39 Brian Dolbec
2015-01-07 19:41 Brian Dolbec
2015-01-01  5:50 Brian Dolbec
2015-01-01  4:57 Robin H. Johnson
2015-01-01  4:52 Robin H. Johnson
2015-01-01  4:51 Robin H. Johnson
2015-01-01  4:50 Robin H. Johnson
2015-01-01  4:43 Robin H. Johnson
2014-12-31 21:43 ` Robin H. Johnson
2015-01-01  4:43 Robin H. Johnson
2015-01-01  4:43 Robin H. Johnson
2014-12-31 21:38 ` Robin H. Johnson
2014-12-31 21:54 Brian Dolbec
2014-12-31 21:52 Brian Dolbec
2014-12-31 21:52 Brian Dolbec
2014-12-31 21:52 Brian Dolbec
2014-12-31 21:49 Robin H. Johnson
2015-01-01  4:43 ` Robin H. Johnson
2014-12-23  2:50 Brian Dolbec
2014-12-23  2:50 Brian Dolbec
2014-12-23  0:13 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-08-20  3:55 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-03-01 17:58 Pavlos Ratis
2014-02-28 20:21 Brian Dolbec
2013-06-23  7:13 Brian Dolbec

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=1400492944.80b45fb3220bedab9c42d4d9fe27cdce876a6075.dol-sen@gentoo \
    --to=brian.dolbec@gmail.com \
    --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