From 3527e2f9f1ad7bb7fdf78a9411f7b101c6d41415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Fri, 5 Jul 2013 12:09:04 -0700 Subject: Normalize line endings Fixes issue #75. --- mp/src/devtools/bin/vpc | 56 ++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'mp/src/devtools') 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 -- cgit v1.2.3