Do not use “which ipython” in echo since it is no longer relevant

This commit is contained in:
ZyX 2015-02-21 17:55:49 +03:00
parent 6a6991bcb4
commit 38a05b34d7
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ if test "x${ONLY_SHELL}" = "x" || test "x${ONLY_SHELL}" = "xipython" ; then
# Define some overrides which should be ignored by IPython.
export POWERLINE_CONFIG_OVERRIDES='common.term_escape_style=fbterm'
export POWERLINE_THEME_OVERRIDES='in.segments.left=[]'
echo "> $(which ipython)"
echo "> ipython"
if ! run_test ipython ipython ${IPYTHON_PYTHON} -mIPython ; then
FAILED=1
FAIL_SUMMARY="${FAIL_SUMMARY}${NL}T ipython"