Skip to content

Commit

Permalink
generate-certificate.sh: don't assume the location of bash
Browse files Browse the repository at this point in the history
The script doesn't need bash, anyway.
  • Loading branch information
asomers authored Feb 16, 2024
1 parent 02c1aeb commit 8288670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-native-tls/scripts/generate-certificate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

cd $1
Expand Down

0 comments on commit 8288670

Please sign in to comment.