ok set -u is a bad idea when sourcing activate...

This commit is contained in:
Michael Rodler 2016-06-02 16:47:30 +02:00
parent 368484543a
commit 402aced1a5

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -eu -o pipefail
set -e -o pipefail
#set -x
# let's stick with python 2 as default