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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 17 13:22:41 CST 2011


Author: dsessions
Date: Mon Jan 17 13:22:37 2011
New Revision: 1338

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1338
Log:
Fixed a path issue in the Windows Asterisk SCF build script wrapper.

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=1338&r1=1337&r2=1338
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf-wrapper.bat (original)
+++ bamboo/trunk/bin/build-asterisk-scf-wrapper.bat Mon Jan 17 13:22:37 2011
@@ -6,7 +6,7 @@
 
 @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




More information about the asterisk-commits mailing list