Hey guys.
I'm trying to create a script that will check the version of safari.
then If its lower the 10.0 then do the rest of the script.
I'm trying to save to a variable by using "default read" command result.
but the output is blank ( echo is blank and the "if" doesnt work)
the code Im using :
#!/bin/sh
`Version= defaults read /Applications/Microsoft Word.app/Contents/Info CFBundleShortVersionString
echo $Version