diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-12-31 00:50:46 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-12-31 00:50:46 +0000 |
commit | 20028e2b8dc36ceafb36aa26cf98d9b2eb095d65 (patch) | |
tree | 3efee85f61f70fadd45db60d9b0fe92dc9615c1e | |
parent | Update open-vm-tools to the latest version in the tree, clean out the cruft. (diff) | |
download | vmware-20028e2b8dc36ceafb36aa26cf98d9b2eb095d65.tar.gz vmware-20028e2b8dc36ceafb36aa26cf98d9b2eb095d65.tar.bz2 vmware-20028e2b8dc36ceafb36aa26cf98d9b2eb095d65.zip |
Remove debugging statement from vmware-config.sh
svn path=/trunk/; revision=332
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | app-emulation/vmware-workstation/files/helpers/vmware-config.sh | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,10 @@ # $ Id: $ 31 Dec 2008; Mike Auty <ikelos@gentoo.org> + app-emulation/vmware-workstation/files/helpers/vmware-config.sh: + Remove debugging statement from vmware-config.sh + + 31 Dec 2008; Mike Auty <ikelos@gentoo.org> -app-emulation/open-vm-tools/open-vm-tools-0.0.20080414.87182.ebuild, -app-emulation/open-vm-tools/open-vm-tools-0.0.20080515.93241.ebuild, -app-emulation/open-vm-tools/open-vm-tools-0.0.20080701.102166.ebuild, diff --git a/app-emulation/vmware-workstation/files/helpers/vmware-config.sh b/app-emulation/vmware-workstation/files/helpers/vmware-config.sh index 729cbe3..4895502 100755 --- a/app-emulation/vmware-workstation/files/helpers/vmware-config.sh +++ b/app-emulation/vmware-workstation/files/helpers/vmware-config.sh @@ -15,8 +15,6 @@ add_key() { echo "${1} = \"${2}\"" >> ${CONFIG_FILE} } -echo "Called $0 $1 $2 $3" >> ${T}/config-helper.log - mkdir -p $(dirname ${CONFIG_FILE}) touch ${CONFIG_FILE} |