From 0c4ec3139900317430eed4033f18eda945f78ea6 Mon Sep 17 00:00:00 2001 From: Mark Robert Henderson Date: Fri, 7 Oct 2011 01:54:06 -0500 Subject: [PATCH] Fixed Darwin test --- tools/check_for_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh index 7cae9d056..16622025f 100644 --- a/tools/check_for_upgrade.sh +++ b/tools/check_for_upgrade.sh @@ -29,7 +29,7 @@ then # Run software update if we're on a mac # reccomended setting - run: softwareupdate schedule off - if [ uname -a | cut -d " " -f 1= "Darwin" ]; + if [ `uname -a | cut -d " " -f 1`= "Darwin" ]; then sudo softwareupdate -l --verbose fi