Skip to content

Commit

Permalink
fix: use #!/usr/bin/env bash
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed Jul 7, 2024
1 parent 3646265 commit 618d06b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/mbedtls/build-mbedtls
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e
if [ -z "$O3" ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# OpenVPN -- An application to securely tunnel IP networks
# over a single port, with support for SSL/TLS-based
Expand Down
2 changes: 1 addition & 1 deletion test/ovpncli/go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Options:
# OSSL=1 -- build using OpenSSL
Expand Down

0 comments on commit 618d06b

Please sign in to comment.