Skip to content

!daemon on 162. line #2

Open
Open
@kobraca

Description

@kobraca

Hi you man,

I think you should change

function printit ($string) {
	if ($!daemon) {
		print "$string\n";
	}
}

with

function printit ($string) {
	if (isset($daemon)) {
		print "$string\n";
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions