commit c8350d1f74fa552b82e4827dae5253d24f672194 parent e623f5222ef103fd75d5b2a25b19d748f4935f5c Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 24 Feb 2020 17:44:45 +0100 fails when sourcing with set -eu Diffstat:
| M | bin/taler-deployment | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -32,8 +32,7 @@ activate_template = """\ # Generated by taler-deployment-bootstrap -echo $PATH | tr ":" '\\n' | grep '$HOME/deployment/bin' > /dev/null -if test 0 != $? +if ! echo $PATH | tr ":" '\\n' | grep '$HOME/deployment/bin' > /dev/null then export PATH="$HOME/deployment/bin:$HOME/local/bin:{curr_path}" fi