From 8d20ae669c7f4bb52c60a63337e94291f8095b14 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Oct 2006 00:55:48 +0000 Subject: the uname -s is now downcased in auto-build-common, so I adjusted the case statement accordingly svn path=/trunk/; revision=6138 --- scripts/auto-build/pd-devel-auto-builder.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/auto-build/pd-devel-auto-builder.sh') diff --git a/scripts/auto-build/pd-devel-auto-builder.sh b/scripts/auto-build/pd-devel-auto-builder.sh index 8670f705..b4a2a6d4 100644 --- a/scripts/auto-build/pd-devel-auto-builder.sh +++ b/scripts/auto-build/pd-devel-auto-builder.sh @@ -8,16 +8,16 @@ SCRIPT_DIR=`echo $0 | sed 's|\(.*\)/.*$|\1|'` SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'` case $SYSTEM in - Linux) + linux) echo "Configuring for GNU/Linux" ;; - Darwin) + darwin) echo "Configuring for Darwin/Mac OS X" ;; - MINGW*) + mingw*) echo "Configuring for MinGW/Windows" ;; - CYGWIN*) + cygwin*) echo "Configuring for Cygwin/Windows" ;; *) -- cgit v1.2.1