Fixed Darwin test

This commit is contained in:
Mark Robert Henderson 2011-10-07 01:54:06 -05:00
commit 0c4ec31399

View file

@ -29,7 +29,7 @@ then
# Run software update if we're on a mac # Run software update if we're on a mac
# reccomended setting - run: softwareupdate schedule off # reccomended setting - run: softwareupdate schedule off
if [ uname -a | cut -d " " -f 1= "Darwin" ]; if [ `uname -a | cut -d " " -f 1`= "Darwin" ];
then then
sudo softwareupdate -l --verbose sudo softwareupdate -l --verbose
fi fi