summaryrefslogtreecommitdiff
path: root/ant-common.sh
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-09-16 11:23:42 +0000
committermichelou <michelou@epfl.ch>2005-09-16 11:23:42 +0000
commit10b4d730b807c48aba5903beb61faedea1247d7b (patch)
tree5df9493dd70a74028e04a432abd9ff072e3b6ee0 /ant-common.sh
parent92c43defc4add3a23353b8a26cf12330741fee5a (diff)
downloadscala-10b4d730b807c48aba5903beb61faedea1247d7b.tar.gz
scala-10b4d730b807c48aba5903beb61faedea1247d7b.tar.bz2
scala-10b4d730b807c48aba5903beb61faedea1247d7b.zip
- added variables 'cygwin' and 'darwin'.
Diffstat (limited to 'ant-common.sh')
-rwxr-xr-xant-common.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ant-common.sh b/ant-common.sh
index e607119349..d486072dce 100755
--- a/ant-common.sh
+++ b/ant-common.sh
@@ -4,6 +4,13 @@
##############################################################################
# $Id$
+cygwin=false;
+darwin=false;
+case "`uname`" in
+ CYGWIN*) cygwin=true ;;
+ Darwin*) darwin=true ;;
+esac
+
##############################################################################
# Apache Ant