aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/.bin/uuid
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/.bin/uuid')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/.bin/uuid15
1 files changed, 0 insertions, 15 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/.bin/uuid b/vnfmarket/src/main/webapp/vnfmarket/node_modules/.bin/uuid
deleted file mode 100644
index 4f0e8e62..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/.bin/uuid
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../node-uuid/bin/uuid" "$@"
- ret=$?
-else
- node "$basedir/../node-uuid/bin/uuid" "$@"
- ret=$?
-fi
-exit $ret