commit: a05ec447e0cabea84cb3263fbf227f8dc77b8595
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Sun May 24 13:47:16 2015 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun May 24 13:47:16 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a05ec447
Add a "she-bang" and fix typo.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT>
gentoo.org>
testpath | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testpath b/testpath
index 37af9c9..6fd9ba9 100644
--- a/testpath
+++ b/testpath
@@ -1,5 +1,6 @@
+#!/bin/bash
-# edit the following 2 paths to point to your catalyst git checkout if
nessecary
+# edit the following 2 paths to point to your catalyst git checkout if
necessary
# then in a terminal window you wish to run the git code in...
# cd ~/catalyst
# source ./testpath
@@ -14,5 +15,4 @@
# catalyst -c catalyst.conf -p -f stage1.spec
export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}"
-
export PYTHONPATH="$(dirname ${BASH_SOURCE[0]})${PYTHONPATH:+:}${PYTHONPATH}"