From 5769c25446dc1c599ff222a6f349f45352fb5bb5 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 6 Dec 2007 16:23:39 +0000 Subject: [PATCH] Fix quoting [SVN r41791] --- v2/roll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/roll.sh b/v2/roll.sh index c7554cc53..489ce02cf 100755 --- a/v2/roll.sh +++ b/v2/roll.sh @@ -67,6 +67,6 @@ urchinTracker(); EOF` echo $x -perl -pi -e "s||$x|" `find doc -name *.html` +perl -pi -e "s||$x|" `find doc -name '*.html'` scp -r doc example boost_build.png *.html hacking.txt vladimir_prus@shell.sourceforge.net:/home/groups/b/bo/boost/htdocs/boost-build2 scp ../userman.pdf vladimir_prus@shell.sourceforge.net:/home/groups/b/bo/boost/htdocs/boost-build2/doc