commit:     f833f30eb2bb32f941d92ceb22e40e7daa0f4ea2
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 19:23:08 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 19:23:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=f833f30e

testpath: fix missed newline

 testpath | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testpath b/testpath
index 7a66fd64..d987301 100644
--- a/testpath
+++ b/testpath
@@ -12,4 +12,5 @@ if [[ "$SHELL" =~ "zsh" ]]; then
 else
        export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}"
        export PYTHONPATH=PYTHONPATH="$(dirname 
$BASH_SOURCE[0])/pym:${PYTHONPATH:+:}${PYTHONPATH}"
-fiexport PYTHONWARNINGS=d,i::ImportWarning
+fi
+export PYTHONWARNINGS=d,i::ImportWarning

Reply via email to