Squelch 'postscript' warning
This commit is contained in:
parent
bbed067864
commit
218e1a9974
1 changed files with 1 additions and 1 deletions
|
@ -1217,9 +1217,9 @@ sub main {
|
||||||
|
|
||||||
sub runpostscript {
|
sub runpostscript {
|
||||||
my ($ip) = @_;
|
my ($ip) = @_;
|
||||||
my @postscript = split(/\s+/, $globals{postscript});
|
|
||||||
|
|
||||||
if (defined $globals{postscript}) {
|
if (defined $globals{postscript}) {
|
||||||
|
my @postscript = split(/\s+/, $globals{postscript});
|
||||||
if (-x $postscript[0]) {
|
if (-x $postscript[0]) {
|
||||||
system("$globals{postscript} $ip &");
|
system("$globals{postscript} $ip &");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue