Skip to content

Commit

Permalink
Meta: Replace /bin/env with /usr/bin/envin serenity.sh shebang
Browse files Browse the repository at this point in the history
This is more portable.
  • Loading branch information
linusg committed Apr 18, 2021
1 parent 45f97c1 commit a48d365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Meta/serenity.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/env bash
#!/usr/bin/env bash

set -e

ARG0=$0
Expand Down

0 comments on commit a48d365

Please sign in to comment.