Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/Assemble.pl 2003/12/04 03:10:49 1.3
+++ mitgcm.org/front_content/Assemble.pl 2003/12/06 21:10:18 1.4
@@ -5,7 +5,7 @@
# Assemble the web pages from XML files.
-$topdir = "./";
+$topdir = ".";
$file_list = $topdir . "/order.txt";
open(ORDER,$file_list) or die "ERROR: can't open \"$file_list\"\n";
$_ = join(" ", <ORDER>);
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |