From 470a2ceaaac9da8232a946f5ae3071175a05232c Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Tue, 1 Jul 2008 19:42:33 +0000 Subject: * fixes git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1897 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/files/install-vmpl.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'os-plugins/plugins') diff --git a/os-plugins/plugins/vmware/files/install-vmpl.sh b/os-plugins/plugins/vmware/files/install-vmpl.sh index 6557aaf8..7fa107ad 100644 --- a/os-plugins/plugins/vmware/files/install-vmpl.sh +++ b/os-plugins/plugins/vmware/files/install-vmpl.sh @@ -1,13 +1,14 @@ #!/bin/sh -if [ $1 = "vmpl1.0" ]; then +if [ "$1" == "vmpl1.0" ]; then vmplversion="vmpl1.0" url=http://download3.vmware.com/software/vmplayer/VMware-player-2.0.4-93057.i386.tar.gz tgzfile=VMware-player-2.0.4-93057.i386.tar.gz -else if [ $1 = "vmpl2.0" ]; then - vmplversion="vmpl2.0" - url=http://download3.vmware.com/software/vmplayer/VMware-player-2.0.4-93057.i386.tar.gz - tgzfile=VMware-player-2.0.4-93057.i386.tar.gz +else if [ "$1" == "vmpl2.0" ]; then + vmplversion="vmpl2.0" + url=http://download3.vmware.com/software/vmplayer/VMware-player-2.0.4-93057.i386.tar.gz + tgzfile=VMware-player-2.0.4-93057.i386.tar.gz + fi fi echo "This script will download and install vmplayer from http://www.vmware.com/" -- cgit v1.2.3-55-g7522