]> andersk Git - moira.git/commitdiff
got the arg number wrong
authormar <mar>
Mon, 17 Aug 1992 15:08:15 +0000 (15:08 +0000)
committermar <mar>
Mon, 17 Aug 1992 15:08:15 +0000 (15:08 +0000)
backup/report.sh

index e5f9d6ba340ac7d6dc8a96860277de6a107a2f1c..c7714bfdd9483f5c3ae34bc6931dbeae79b58d9e 100644 (file)
@@ -1,7 +1,7 @@
 #!/moira/bin/perl
 # $Header$
 
-chdir($ARGV[1]);
+chdir($ARGV[0]);
 
 ($sec, $min, $hour, $mday, $month) = localtime($^T);
 @MONTHS = ( "Jan", "Feb", "Mar", "Apr", "May", "Jun",
This page took 0.048231 seconds and 5 git commands to generate.