From f1332da0171d70d4c52b0c4feebbeb1fac1ab3d5 Mon Sep 17 00:00:00 2001 From: jonringer-comm <97141674+jonringer-comm@users.noreply.github.com> Date: Wed, 23 Feb 2022 18:32:22 -0800 Subject: [PATCH] Use POSIX compliant shebang `/bin/bash` will be missing on a few OS's such as NixOS, GoboLinux, Guix, and a few others --- patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index d7e37ed..cc5522a 100755 --- a/patch.sh +++ b/patch.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Description: # Podspec auto patching script for React Native projects. # It download, patches the podspec and updating Podfile