Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 210400

Bug with Linux VMWare Tools run_upgrader.sh script (VMWare Fusion 6.0.0)

$
0
0

Line 21 in run_upgrader.sh checks the file type of the current shell:

 

if LANG=C file -- "$SHELL" | grep 64-bit >& /dev/null;

 

However, in my case I'm using zsh, which is sym-linked.  Adding -L to follow symbolic links will fix the problem:


if LANG=C file -L -- "$SHELL" | grep 64-bit >& /dev/null;

 

Cheers,

 

Stuart


Viewing all articles
Browse latest Browse all 210400

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>