Merge pull request #451 from phreaker0/paths3

don't use hardcoded paths (findoid)
This commit is contained in:
Jim Salter 2020-01-16 13:52:59 -05:00 committed by GitHub
commit d4388c3103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
use strict; use strict;
use warnings; use warnings;
my $zfs = '/sbin/zfs'; my $zfs = 'zfs';
my %args = getargs(@ARGV); my %args = getargs(@ARGV);
my $progversion = '1.4.7'; my $progversion = '1.4.7';