From 0cf7c3be89d97f507ed953e6f9b0a6c35a52018e Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Wed, 2 Nov 2005 13:01:04 +0000 Subject: Corrected the script to work with Cygwin (I hope). --- sources/bin/nscala.unix.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sources/bin') 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= -- cgit v1.2.3