[Box Backup-commit] COMMIT r2151 - box/trunk/documentation
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Mon, 28 Apr 2008 23:54:20 +0000 (UTC)
Author: chris
Date: 2008-04-28 23:54:20 +0000 (Mon, 28 Apr 2008)
New Revision: 2151
Modified:
box/trunk/documentation/generate_except_xml.pl
Log:
Fix paths to exception list now that documentation directory has moved.
Modified: box/trunk/documentation/generate_except_xml.pl
===================================================================
--- box/trunk/documentation/generate_except_xml.pl 2008-04-28 23:46:41 UTC (rev 2150)
+++ box/trunk/documentation/generate_except_xml.pl 2008-04-28 23:54:20 UTC (rev 2151)
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
use strict;
-open (EXCEPT, "<../../ExceptionCodes.txt") or die "Can't open ../../ExceptionCodes.txt: $!\n";
+open (EXCEPT, "<../ExceptionCodes.txt") or die "Can't open ../ExceptionCodes.txt: $!\n";
open (DOCBOOK, ">ExceptionCodes.xml") or die "Can't open Exceptioncodes.xml for writing: $!\n";
print DOCBOOK <<EOD;
@@ -71,4 +71,4 @@
close EXCEPT;
close DOCBOOK;
-
\ No newline at end of file
+