Skip to content

Commit 23841bc

Browse files
Fix shebangs?
1 parent e78c891 commit 23841bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/pyodide_build_flint.sh

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

33
set -e
44

bin/pyodide_build_libgmp.sh

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

33
set -e
44

bin/pyodide_build_libmpfr.sh

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

33
set -e
44

0 commit comments

Comments
 (0)