mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Fix quoting
[SVN r41791]
This commit is contained in:
@@ -67,6 +67,6 @@ urchinTracker();
|
||||
</script>
|
||||
EOF`
|
||||
echo $x
|
||||
perl -pi -e "s|</body>|$x</body>|" `find doc -name *.html`
|
||||
perl -pi -e "s|</body>|$x</body>|" `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
|
||||
|
||||
Reference in New Issue
Block a user