From 33effe509efef5fe01abd5085a85c6c6f7cfac8f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 27 Jun 2010 02:54:10 +0000 Subject: [PATCH] Escape variables. git-svn-id: https://svn.dealii.org/trunk@21384 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5