]> git.saurik.com Git - cycript.git/commitdiff
Change all /bin/bash shebangs to use env bash.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 10 Sep 2013 08:31:13 +0000 (01:31 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 10 Sep 2013 08:31:55 +0000 (01:31 -0700)
cycript.in
debug.sh
libffi.sh
make.sh
readline.sh
trampoline.sh
xcode.sh

index 979c0c68a2a5378f512a3d083c73b2451060a4fa..156e7e15f502d52523ba3e67bdf6acc07625d9fd 100644 (file)
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/usr/bin/env bash
 DYLD_LIBRARY_PATH=.libs exec .libs/cycript "$@"
index 5e5682f2794fdf0bf3e2b285a92cf31e68913c3b..9f18d1875ff1d1e8f3260b2d1c63f1378f5e68dd 100755 (executable)
--- a/debug.sh
+++ b/debug.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Cycript - Optimizing JavaScript Compiler/Runtime
 # Copyright (C) 2009-2013  Jay Freeman (saurik)
index 145668c5161bd7870c485e3e246bf9c8a7afc7c8..b9a666f7255a0821174ffb066abac067319bd43d 100755 (executable)
--- a/libffi.sh
+++ b/libffi.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Cycript - Optimizing JavaScript Compiler/Runtime
 # Copyright (C) 2009-2013  Jay Freeman (saurik)
diff --git a/make.sh b/make.sh
index ff2c5d2647527ca9c94b34782320928487022e18..bd2c7acbc03af9cb30079b36318c4311d70febb4 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/usr/bin/env bash
 exec make -f xcode.mk "$@"
index 74480039263c5f5f89442cab7c9f8e0cd301c42e..2cb615ccc4fa14b6f1d55de9bdc7d665b9eb5c86 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Cycript - Optimizing JavaScript Compiler/Runtime
 # Copyright (C) 2009-2013  Jay Freeman (saurik)
index 13248f9393da63ab725bd8a2dc5fc3b462a1cfbf..f2ce9167aa06332cbcdd23f685c426027998bbc5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Cycript - Optimizing JavaScript Compiler/Runtime
 # Copyright (C) 2009-2013  Jay Freeman (saurik)
index c04d8a7366a50d626240690411e7b682ab8a1ac9..b92a67deaf2d27ced9408b5c97f43a1d48419b8d 100755 (executable)
--- a/xcode.sh
+++ b/xcode.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Cycript - Optimizing JavaScript Compiler/Runtime
 # Copyright (C) 2009-2013  Jay Freeman (saurik)