X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installman;h=c97febac2a4190ff8da31bffbe73f4f2e82ae2d9;hb=10a676f83f541430b63a3192b246bf6f86d3b189;hp=600a68180e8059629b55e25b69615a357a5e4b2e;hpb=d121ca8cbe925d3e532e9c845f6853715e75724a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installman b/installman index 600a681..c97feba 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; }