texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7138] space in filename texi2dvi


From: Gavin D. Smith
Subject: [7138] space in filename texi2dvi
Date: Mon, 25 Apr 2016 20:01:43 +0000

Revision: 7138
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7138
Author:   gavin
Date:     2016-04-25 20:01:43 +0000 (Mon, 25 Apr 2016)
Log Message:
-----------
space in filename texi2dvi

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/util/texi2dvi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-04-24 16:52:40 UTC (rev 7137)
+++ trunk/ChangeLog     2016-04-25 20:01:43 UTC (rev 7138)
@@ -1,3 +1,9 @@
+2016-04-25  Gavin Smith  <address@hidden>
+
+       * util/texi2dvi (make_openout_test): Place double quotes around 
+       expansion of shell variable to be more resilient in case path to 
+       file contains spaces.  Problem reported by Stephen H. Dawson.
+
 2016-04-24  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Parser.pm (_expand_macro_body, _parse_texi):

Modified: trunk/util/texi2dvi
===================================================================
--- trunk/util/texi2dvi 2016-04-24 16:52:40 UTC (rev 7137)
+++ trunk/util/texi2dvi 2016-04-25 20:01:43 UTC (rev 7138)
@@ -1465,8 +1465,8 @@
 #
 make_openout_test ()
 {
-    ensure_dir $workdir/check_recorder
-    cd $workdir/check_recorder
+    ensure_dir "$workdir"/check_recorder
+    cd "$workdir"/check_recorder
     cat > openout.tex <<EOF
 \newwrite\ourwrite
 \immediate\openout\ourwrite dum.dum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]