Author: jfrederic.clere(a)jboss.com
Date: 2013-01-15 12:03:51 -0500 (Tue, 15 Jan 2013)
New Revision: 3019
Modified:
trunk/build/unix/build.sh
Log:
no need of full path.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-01-15 16:28:26 UTC (rev 3018)
+++ trunk/build/unix/build.sh 2013-01-15 17:03:51 UTC (rev 3019)
@@ -721,7 +721,7 @@
;;
windows-x86)
env; echo $PATH
- /cygdrive/c/cmsc/tools/i386/cygspawn perl Configure ${ssl_target} VC-WIN32
+ cygspawn perl Configure ${ssl_target} VC-WIN32
# openssl 1.0.x uses do_nasm, not do_masm :D
ms/do_nasm.bat
nmake -f ms/nt.mak
@@ -731,7 +731,7 @@
;;
windows-x64|windows-amd64)
echo "Doing: perl Configure VC-WIN64A ${ssl_target}"
- /cygdrive/c/cmsc/tools/amd64/cygspawn perl Configure VC-WIN64A ${ssl_target}
+ cygspawn perl Configure VC-WIN64A ${ssl_target}
ms/do_win64a.bat
nmake -f ms/nt.mak
#CPERL=`cygpath -w /usr/bin/perl`
Show replies by date