Skip to content

Commit f1767a3

Browse files
committed
Update shebang in test262.sh to be more portable
1 parent 24a1628 commit f1767a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test262.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Note that this script is only expected to be run via `npm run test262`, not by
33
# being manually executed.
44
set -e

0 commit comments

Comments
 (0)