fix: Use Path instead - missing 2 bin
This commit is contained in:
parent
8b085c8032
commit
f1c94810b0
1 changed files with 5 additions and 1 deletions
|
|
@ -20,6 +20,9 @@ PV_BIN="@PV_BIN@"
|
|||
DU_BIN="@DU_BIN@"
|
||||
BZIP2_BIN="@BZIP2_BIN@"
|
||||
XZ_BIN="@XZ_BIN@"
|
||||
WC_BIN="@WC_BIN@"
|
||||
FIND_BIN="@FIND_BIN@"
|
||||
|
||||
|
||||
# Convenience wrappers
|
||||
rsync_cmd="$RSYNC_BIN"
|
||||
|
|
@ -35,7 +38,8 @@ pv_cmd="$PV_BIN"
|
|||
du_cmd="$DU_BIN"
|
||||
bzip2_cmd="$BZIP2_BIN"
|
||||
xz_cmd="$XZ_BIN"
|
||||
|
||||
wc_cmd="$WC_BIN"
|
||||
find_cmd="$FIND_BIN"
|
||||
|
||||
|
||||
# PATH extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue