mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
ok set -u is a bad idea when sourcing activate...
This commit is contained in:
parent
368484543a
commit
402aced1a5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -eu -o pipefail
|
||||
set -e -o pipefail
|
||||
#set -x
|
||||
|
||||
# let's stick with python 2 as default
|
||||
|
|
Loading…
Add table
Reference in a new issue