Skip to content

Commit 1162202

Browse files
authored
Use bash for scripts. (#888)
1 parent 8a8983c commit 1162202

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/build-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22
#
33
# This source file is part of the Swift.org open source project
44
#

bin/rundocc

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

33
function rundocc() {
44
if command -v xcrun >/dev/null 2>&1; then

bin/serve-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22
#
33
# This source file is part of the Swift.org open source project
44
#

0 commit comments

Comments
 (0)