Skip to content

Commit

Permalink
Don't echo everything as that is bad for security
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 3, 2021
1 parent 1053ea7 commit 335783c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -ex
set -e

indent() {
sed -u 's/^/ /'
Expand Down

0 comments on commit 335783c

Please sign in to comment.