From 5c6623e933b557fc6420ff7e2088d47dfb2f295f 2012-08-29 17:44:26 From: Julian Taylor Date: 2012-08-29 17:44:26 Subject: [PATCH] replace $() with backticks $() does not work with heredoc's in bash 4.0 --- diff --git a/docs/examples/core/ipython-completion.bash b/docs/examples/core/ipython-completion.bash index f8ccf45..9d6d1c7 100644 --- a/docs/examples/core/ipython-completion.bash +++ b/docs/examples/core/ipython-completion.bash @@ -65,7 +65,7 @@ _ipython() return 0 elif [[ ${prev} == "--pylab"* ]] || [[ ${prev} == "--gui"* ]]; then if [ -z "$__ipython_complete_pylab" ]; then - __ipython_complete_pylab=$(cat <