Skip to content

Commit

Permalink
Updating release patch scripts to not include CR in output
Browse files Browse the repository at this point in the history
Fixes: #5784
Signed-off-by: Johan Fylling <johan.dev@fylling.se>
  • Loading branch information
johanfylling committed Jun 30, 2023
1 parent 1fc95f4 commit 7ba44b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/gen-dev-patch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

stty -onlcr # don't translate newline to carriage return-newline, as these break patch tool
set -e

OPA_DIR=/go/src/github.com/open-policy-agent/opa
Expand Down
1 change: 1 addition & 0 deletions build/gen-release-patch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

stty -onlcr # don't translate newline to carriage return-newline, as these break patch tool
set -e

OPA_DIR=/go/src/github.com/open-policy-agent/opa
Expand Down

0 comments on commit 7ba44b1

Please sign in to comment.