summaryrefslogtreecommitdiff
path: root/mcon/mxref.SH
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/mxref.SH')
-rwxr-xr-xmcon/mxref.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcon/mxref.SH b/mcon/mxref.SH
index 06206ee..8e52842 100755
--- a/mcon/mxref.SH
+++ b/mcon/mxref.SH
@@ -74,7 +74,7 @@ if ($opt_V) {
&usage;
}
-$NEWMANI = $opt_f || 'MANIFEST.new';
+$NEWMANI = $opt_f || (-f 'MANIFEST.new' ? 'MANIFEST.new' : 'MANIFEST');
&init; # Various initializations
`mkdir .MT 2>&1` unless -d '.MT'; # For private temporary files