aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-06-21 18:46:22 -0700
committerBrian Dolbec <dolsen@gentoo.org>2013-06-22 16:00:47 -0700
commit5d2a88b991ac9bf93462e6b17c6abebadda6c341 (patch)
treefafdcf116102866fa29ebefa2c35ee86fda9a26b /testpath
parentAdd a configured separator for the in file seed info. (diff)
downloadgentoo-keys-5d2a88b991ac9bf93462e6b17c6abebadda6c341.tar.gz
gentoo-keys-5d2a88b991ac9bf93462e6b17c6abebadda6c341.tar.bz2
gentoo-keys-5d2a88b991ac9bf93462e6b17c6abebadda6c341.zip
Initial commit of an ldap search and seed file creation tool.
This app is intended to be run on infra machines or a dev's home directory on dev.gentoo.org in order for it to have access to the gentoo ldap server.
Diffstat (limited to 'testpath')
-rw-r--r--testpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpath b/testpath
index ed569d0..a9da312 100644
--- a/testpath
+++ b/testpath
@@ -12,6 +12,6 @@
# $ esearch some-package
-export PATH="$(dirname $BASH_SOURCE[0])../pyGPG/bin:$(dirname $BASH_SOURCE[0])/bin:${PATH}"
+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])/:${PYTHONPATH}"
+export PYTHONPATH="$(dirname $BASH_SOURCE[0])/../pyGPG/:$(dirname $BASH_SOURCE[0])/:${PYTHONPATH}"