summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/node-gyp/gyp/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/node-gyp/gyp/gyp')
-rwxr-xr-xdeps/node/deps/npm/node_modules/node-gyp/gyp/gyp8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/node/deps/npm/node_modules/node-gyp/gyp/gyp b/deps/node/deps/npm/node_modules/node-gyp/gyp/gyp
deleted file mode 100755
index 1b8b9bdf..00000000
--- a/deps/node/deps/npm/node_modules/node-gyp/gyp/gyp
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-set -e
-base=$(dirname "$0")
-exec python "${base}/gyp_main.py" "$@"