aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-16 12:59:26 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-16 12:59:26 -0800
commite94373360f3f0d5167b0c893385335736cb84a3f (patch)
tree9267bd0460d384995aa94061ad952d2edd8ddda7
parent559f023c815e0c385874a0eef2fa4b998eafb8aa (diff)
Add shebang
-rwxr-xr-xsrc/php/bin/run_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/bin/run_tests.sh b/src/php/bin/run_tests.sh
index cf4cc78a52..d221e66642 100755
--- a/src/php/bin/run_tests.sh
+++ b/src/php/bin/run_tests.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
# Loads the local shared library, and runs all of the test cases in tests/
# against it
cd $(dirname $0)