From: Wolfgang Bangerth Date: Sun, 27 Jun 2010 02:54:10 +0000 (+0000) Subject: Escape variables. X-Git-Tag: v8.0.0~5905 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33effe509efef5fe01abd5085a85c6c6f7cfac8f;p=dealii.git Escape variables. git-svn-id: https://svn.dealii.org/trunk@21384 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 11b12d14ce..f99feeedd1 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -44,7 +44,7 @@ deal.II deal.tag: tutorial \ @if test -f deal.II/step__1.html ; then \ for i in deal.II/*__*html ; do \ j="`echo $i | sed s/__/_/g`" ; \ - cp $i $j ; \ + cp $$i $$j ; \ done ; \ fi @cp deal.css deal.II