summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/installman b/installman
index 600a68180e..c97febac2a 100755
--- a/installman
+++ b/installman
@@ -186,7 +186,7 @@ next unless -e $name;
chmod 0777, $name if $^O eq 'os2';
print STDERR " unlink $name\n";
( CORE::unlink($name) and ++$cnt
- or warn "Couldn't unlink $name: $!\n" ) unless $nonono;
+ or warn "Couldn't unlink $name: $!\n" ) unless $notify;
}
return $cnt;
}