Skip to content

Commit

Permalink
Remove "-e" parameter from shebang lines in clean-* scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
BardurArantsson committed Sep 1, 2017
1 parent 9956c8f commit 33e4f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clean-dist.sh
@@ -1,4 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -x
D="$(dirname $0)"

# Make sure we're running in the project's root directory
Expand Down
2 changes: 1 addition & 1 deletion clean-sandboxes.sh
@@ -1,4 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -x
D="$(dirname $0)"

# Make sure we're running in the project's root directory
Expand Down

0 comments on commit 33e4f56

Please sign in to comment.