view patches/texinfo-4.13a-fix-bashism.patch @ 6355:360836e39d6d

Fix texinfo (texi2dvi) bashism for input/regression/lilypond-book/ tests
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sun, 22 Feb 2015 01:08:12 +0900
parents
children
line wrap: on
line source

http://svn.savannah.gnu.org/viewvc?view=rev&root=texinfo&revision=3868

--- a/util/texi2dvi	2008-09-19 03:46:01.000000000 +0900
+++ b/util/texi2dvi	2015-02-22 00:27:36.042918200 +0900
@@ -129,11 +129,13 @@
   }
   test_local
   test $foo = bar
-) || local () {
+) || eval '
+local () {
   case $1 in
     *=*) eval "$1";;
   esac
 }
+'
 
 
 # cd_orig