0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-06-29 18:21:16 +00:00

install_bin: no help text if getarch

This commit is contained in:
bol-van 2025-06-16 09:13:40 +03:00
parent 20b69cb63d
commit bc47a13ba4

View File

@ -130,6 +130,7 @@ ccp()
UNAME=$(uname) UNAME=$(uname)
[ "$1" = getarch ] ||
if [ ! -d "$BINDIR" ] || ! dir_is_not_empty "$BINDIR" ]; then if [ ! -d "$BINDIR" ] || ! dir_is_not_empty "$BINDIR" ]; then
echo "no binaries found" echo "no binaries found"
case $UNAME in case $UNAME in