remove mode

This commit is contained in:
Tobias Powalowski 2022-12-02 13:22:22 +01:00
parent 365aba75ff
commit 4c2aa4cc83

View file

@ -711,7 +711,7 @@ add_binary() {
dest=${2:-$binary}
add_file "$binary" "$dest" "$mode"
add_file "$binary" "$dest"
# negate this so that the RETURN trap is not fired on non-binaries
! lddout=$(ldd "$binary" 2>/dev/null) && return 0