aboutsummaryrefslogtreecommitdiff
path: root/mp/src/devtools
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/devtools')
-rwxr-xr-xmp/src/devtools/bin/vpc56
1 files changed, 28 insertions, 28 deletions
diff --git a/mp/src/devtools/bin/vpc b/mp/src/devtools/bin/vpc
index 2992aed4..3874f82c 100755
--- a/mp/src/devtools/bin/vpc
+++ b/mp/src/devtools/bin/vpc
@@ -1,28 +1,28 @@
-#!/bin/bash
-
-OS=`uname`
-SCRIPTPATH=`dirname $0`
-FORCEARG=""
-
-case $OS in
-"Darwin")
- BINNAME=vpc_osx
- ;;
-"Linux")
- BINNAME=vpc_linux
- ;;
-*)
- echo "Couldn't find appropriate VPC binary, fix the script."
- exit -1
- ;;
-esac
-
-
-if [ $OS == "Darwin" ]; then
- $SCRIPTPATH/$BINNAME $@
-elif [ $OS == "Linux" ]; then
- $SCRIPTPATH/$BINNAME $@
-else
- echo "Couldn't find appropriate VPC binary, fix the script."
- exit -1
-fi
+#!/bin/bash
+
+OS=`uname`
+SCRIPTPATH=`dirname $0`
+FORCEARG=""
+
+case $OS in
+"Darwin")
+ BINNAME=vpc_osx
+ ;;
+"Linux")
+ BINNAME=vpc_linux
+ ;;
+*)
+ echo "Couldn't find appropriate VPC binary, fix the script."
+ exit -1
+ ;;
+esac
+
+
+if [ $OS == "Darwin" ]; then
+ $SCRIPTPATH/$BINNAME $@
+elif [ $OS == "Linux" ]; then
+ $SCRIPTPATH/$BINNAME $@
+else
+ echo "Couldn't find appropriate VPC binary, fix the script."
+ exit -1
+fi