mirror of https://github.com/digint/btrbk
Merge 07a9975dd3
into ed80bccc79
commit
4f80bf8d89
9
btrbk
9
btrbk
|
@ -3682,10 +3682,11 @@ sub exit_status
|
|||
|
||||
MAIN:
|
||||
{
|
||||
# set PATH instead of using absolute "/sbin/btrfs" (for now), as
|
||||
# different distros (and even different versions of btrfs-progs)
|
||||
# install the "btrfs" executable to different locations.
|
||||
$ENV{PATH} = '/sbin:/bin:/usr/sbin:/usr/bin';
|
||||
# Prefix PATH with /sbin etc. instead of using absolute
|
||||
# "/sbin/btrfs" (for now), as different distros (and even different
|
||||
# versions of btrfs-progs) install the "btrfs" executable to
|
||||
# different locations.
|
||||
$ENV{PATH} .= '/sbin:/bin:/usr/sbin:/usr/bin';
|
||||
|
||||
Getopt::Long::Configure qw(gnu_getopt);
|
||||
my $start_time = time;
|
||||
|
|
Loading…
Reference in New Issue