[asterisk-commits] dsessions: testsuite/bamboo/trunk r1337 - /bamboo/trunk/bin/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 17 12:55:30 CST 2011


Author: dsessions
Date: Mon Jan 17 12:55:26 2011
New Revision: 1337

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1337
Log:
Automatically run dos2unix on bash scripts only when using the Windows build batch script.

Modified:
    bamboo/trunk/bin/build-asterisk-scf-wrapper.bat

Modified: bamboo/trunk/bin/build-asterisk-scf-wrapper.bat
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk-scf-wrapper.bat?view=diff&rev=1337&r1=1336&r2=1337
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf-wrapper.bat (original)
+++ bamboo/trunk/bin/build-asterisk-scf-wrapper.bat Mon Jan 17 12:55:26 2011
@@ -6,12 +6,14 @@
 
 @call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" %1
 
-SET BINDIR=C:/bamboo
+SET BINDIR=C:\bamboo
 
 mkdir bamboo
 cd bamboo
 svn co http://svn.asterisk.org/svn/testsuite/bamboo/trunk
-cd trunk
+cd trunk\bin
+dos2unix *
+cd ..
 nmake -F Makefile.mak install
 cd ..\..
 rmdir /S /Q bamboo




More information about the asterisk-commits mailing list