summaryrefslogtreecommitdiffstats
path: root/Source/gyp/run-if-exists.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Source/gyp/run-if-exists.sh')
-rw-r--r--Source/gyp/run-if-exists.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/gyp/run-if-exists.sh b/Source/gyp/run-if-exists.sh
deleted file mode 100644
index 242ffc8..0000000
--- a/Source/gyp/run-if-exists.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-if [ -f $1 ]; then
- $1 || exit $?;
-fi