Skip to content

Commit ee67fec

Browse files
committed
fix release script
env usage in shebang line was not compatible with env as provided by coreutils 9.0. If arguments are to be passed to the command given to env, -S option is to be used.
1 parent 9fa0589 commit ee67fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash -e
1+
#!/usr/bin/env -S bash -e
22

33
token_file=token
44

0 commit comments

Comments
 (0)