|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77363 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2012-03-18 06:39:30
Author: bemandawes
Date: 2012-03-18 06:39:29 EDT (Sun, 18 Mar 2012)
New Revision: 77363
URL: http://svn.boost.org/trac/boost/changeset/77363
Log:
Correct location of user portion of ftp script
Text files modified:
trunk/tools/release/snapshot_inspection.bat | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/release/snapshot_inspection.bat
==============================================================================
--- trunk/tools/release/snapshot_inspection.bat (original)
+++ trunk/tools/release/snapshot_inspection.bat 2012-03-18 06:39:29 EDT (Sun, 18 Mar 2012)
@@ -12,7 +12,7 @@
popd
echo Create ftp script...
-copy user.txt inspect.ftp
+copy %BOOST_TRUNK%\..\boost_ftp_user.txt inspect.ftp
echo dir >>inspect.ftp
echo binary >>inspect.ftp
echo put inspect.html >>inspect.ftp
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk