From 74d26b8fb1d6d85460ff3a5fa550ebea84aebe7a Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 2 Nov 2012 03:19:33 +0000 Subject: [PATCH] Fixed Mac's grumbling about this file (sheessh. bash isn't always cool). --- test/video-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/video-test.sh b/test/video-test.sh index 10d855fd..b98cf454 100755 --- a/test/video-test.sh +++ b/test/video-test.sh @@ -9,8 +9,8 @@ # ---------------------------------------------------------------------- # Setup export LC_ALL=C -os=$(uname -o) -if [ "$os" == "Cygwin" ]; then +os=$(uname) +if [ "${os:0:4}" == "CYGW" ]; then export "PATH=$PWD/../msvc:$PATH" fi cd tmp/