From 7955f74ec03b28707b8e8a0a78d0e57565866b70 Mon Sep 17 00:00:00 2001 From: Maff Date: Thu, 5 Jun 2014 01:37:59 +0100 Subject: [PATCH] Fixed an issue with rdns-manager that broke compatibility with older perls in weird ways --- rdns-manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdns-manager b/rdns-manager index 6334854..c6e777f 100755 --- a/rdns-manager +++ b/rdns-manager @@ -37,7 +37,7 @@ my $made_modifications = ''; #functions sub nicedie { - print; + print @_; print "\n"; exit 1; }