add back . as last part of path for cygwin

This commit is contained in:
Joseph Lee 2004-10-21 00:35:13 +00:00
parent 6662a41be1
commit 96e8f070f6

View File

@ -18,7 +18,7 @@ else if ( $OS == "IRIX64" ) then
/usr/demos/bin /usr/local/bin )
setenv LD_LIBRARY_PATH "/usr/local/lib:."
else if (($OS == "CYGWIN_NT-5.1") || ($OS == "CYGWIN_NT-5.0") || ( $OS == "CYGWIN_NT-4.0" ) || ( $OS == "WINNT" )) then
set path = ( /bin /usr/bin /usr/lib /usr/local/bin /contrib/bin $path )
set path = ( /bin /usr/bin /usr/lib /usr/local/bin /contrib/bin $path . )
if ( $?LIB ) then
setenv LIB "$LIB;"`cygpath -w /usr/lib`
else