Skip to content

Commit 6c401fc

Browse files
committed
Alignment with Commit 2bbfaa5. Use /usr/bin/env bash shebangs instead of /bin/bash.
1 parent 18e5172 commit 6c401fc

File tree

1 file changed

+1
-1
lines changed
  • impls/modula2

1 file changed

+1
-1
lines changed

impls/modula2/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
cd $(dirname $0)
33
exec ./${STEP:-stepA_mal} "${@}"

0 commit comments

Comments
 (0)