Skip to content

Commit 1221544

Browse files
committed
Switch generated shell header to use #!/usr/bin/env bash
1 parent db10f68 commit 1221544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ mkdir scripts/
562562
ndk_sysroot="ndk-sysroot"
563563

564564
cat > scripts/setup-android-sdk.sh <<'EOF'
565-
#/bin/bash
565+
#!/usr/bin/env bash
566566
# this script will setup the ndk-sysroot with links to the
567567
# local installation indicated by ANDROID_NDK_HOME
568568
set -e

0 commit comments

Comments
 (0)