texlive[68033] Build/source/texk/seetexk: seetex: Tweak

commits+takuji at tug.org commits+takuji at tug.org
Wed Aug 23 16:53:23 CEST 2023


Revision: 68033
          http://tug.org/svn/texlive?view=revision&revision=68033
Author:   takuji
Date:     2023-08-23 16:53:23 +0200 (Wed, 23 Aug 2023)
Log Message:
-----------
seetex: Tweak

Modified Paths:
--------------
    trunk/Build/source/texk/seetexk/ChangeLog
    trunk/Build/source/texk/seetexk/seetexk.test

Modified: trunk/Build/source/texk/seetexk/ChangeLog
===================================================================
--- trunk/Build/source/texk/seetexk/ChangeLog	2023-08-23 14:53:18 UTC (rev 68032)
+++ trunk/Build/source/texk/seetexk/ChangeLog	2023-08-23 14:53:23 UTC (rev 68033)
@@ -1,3 +1,7 @@
+2023-08-23  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
+
+	* seetexk.test: Tweak.
+
 2023-08-11  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
 
 	* dvibook.c, dviconcat.c:

Modified: trunk/Build/source/texk/seetexk/seetexk.test
===================================================================
--- trunk/Build/source/texk/seetexk/seetexk.test	2023-08-23 14:53:18 UTC (rev 68032)
+++ trunk/Build/source/texk/seetexk/seetexk.test	2023-08-23 14:53:23 UTC (rev 68033)
@@ -20,8 +20,8 @@
   && DIFF="diff --strip-trailing-cr" || echo
 
 # check whether the binaries are Windows exe or not
-run_stdio_test=1
-if [ $ExeExt = ".exe" ]; then
+run_stdio_test=${run_stdio_test:-1}
+if [ "$ExeExt" = ".exe" ]; then
   echo "*** We assume EXE on Windows."
   run_stdio_test=0
 fi
@@ -29,7 +29,7 @@
 # for check version
 echo "*** Start seetex tests with::"
 $_dviselect
-if [ $run_stdio_test -gt 0 ]; then
+if [ "$run_stdio_test" -gt 0 ]; then
 $_dvibook
 $_dviconcat
 fi
@@ -107,7 +107,7 @@
 
 echo dvibook tests OK
 
-if [ $run_stdio_test -gt 0 ]; then
+if [ "$run_stdio_test" -gt 0 ]; then
 
 rm -f playbook.2
 cat playsel.dvi | $_dvibook -s4 >playbook.dvi \
@@ -170,7 +170,7 @@
 
 echo dvitodvi tests OK
 
-if [ $run_stdio_test -gt 0 ]; then
+if [ "$run_stdio_test" -gt 0 ]; then
 
 rm -f playdvi.2
 cat playsel.dvi | $_dvitodvi -o playdvi.dvi '4:500 at 0+1(16.5cm,0)+2(0,28cm)+3(16.5cm,28cm)' \



More information about the tex-live-commits mailing list.