Skip to content

Commit 4b37707

Browse files
committedMar 9, 2022
Changed script interpreter line from "#!/bin/bash" to "#!/usr/bin/env bash" (should make them zsh compatible)
1 parent fd5dab1 commit 4b37707

File tree

93 files changed

+93
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+93
-93
lines changed
 

‎http-tests/HEAD-accept.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -euo pipefail
33

44
initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL"

‎http-tests/POST-content-length-413.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -euo pipefail
33

44
initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL"

0 commit comments

Comments
 (0)
Please sign in to comment.