changeset 968:edd96c59c8a2 draft

Fix reference of S4MASTERDB
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Apr 2022 07:54:52 +0900
parents 27eacef6470b
children b327b5691b59
files s4-newworld.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-newworld.sh	Sun Feb 20 17:11:34 2022 +0900
+++ b/s4-newworld.sh	Sun Apr 10 07:54:52 2022 +0900
@@ -68,7 +68,7 @@
 	S4MASTERURL=\$URL
 	URL=`dirname ${URL}.`/s4-world-$shortname$cgiext
 	S4COLOR="$bgcolor"			# Change this!
-	S4MASTERDB=\$DB				# \$DB always points to master
+	S4MASTERDB=$S4MASTERDB			# master database
 	DB=$dbdir/$shortname.sq3
 	S4CSS=$shortname.css
 	TMPDIR=$tmpdir/$shortname

yatex.org