removed -x from bash shebang in wcc install script

This commit is contained in:
Michael Rodler 2017-01-12 11:15:20 +01:00
parent e61b60edeb
commit 0771bf31c2

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex
#!/bin/bash -e
git clone --depth 1 https://github.com/endrazine/wcc
pushd wcc