summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-02 13:01:04 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-02 13:01:04 +0000
commit0cf7c3be89d97f507ed953e6f9b0a6c35a52018e (patch)
tree17798bd6a05c57730a7d0598aa314c9de8f13411 /sources/bin
parent63b346bd6fb3d30525991018114bf8370234645e (diff)
downloadscala-0cf7c3be89d97f507ed953e6f9b0a6c35a52018e.tar.gz
scala-0cf7c3be89d97f507ed953e6f9b0a6c35a52018e.tar.bz2
scala-0cf7c3be89d97f507ed953e6f9b0a6c35a52018e.zip
Corrected the script to work with Cygwin (I hope).
Diffstat (limited to 'sources/bin')
-rw-r--r--sources/bin/nscala.unix.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/bin/nscala.unix.tmpl b/sources/bin/nscala.unix.tmpl
index 814cf69f9d..22f9dc229e 100644
--- a/sources/bin/nscala.unix.tmpl
+++ b/sources/bin/nscala.unix.tmpl
@@ -46,7 +46,8 @@ if $cygwin; then
else
format=windows
fi
- _CPATH=`cygpath --path --$format "$_CPATH"`
+ _TOOLS_CPATH=`cygpath --path --$format "$_TOOLS_CPATH"`
+ _LIB_CPATH=`cygpath --path --$format "$_LIB_CPATH"`
fi
main=