Index: trunk/psLib/utils/psParseErrorCodes
===================================================================
--- trunk/psLib/utils/psParseErrorCodes	(revision 23694)
+++ trunk/psLib/utils/psParseErrorCodes	(revision 23738)
@@ -5,5 +5,5 @@
 
 my $data;                       # Input data
-my $outdir;                     # Output directory
+my $outdir = ".";               # Output directory
 
 # Assign variables based on the presence of command line options to the script
@@ -16,6 +16,5 @@
 
 if ($help
-    or not defined $data
-    or not defined $outdir) {
+    or not defined $data) {
     print "Usage: parseErrorCodes ", "[--data=dataFile] ", "[--outdir=directory] ", "[--help] ",
         "[--verbose] filename\n\n";
