install_bin.sh : minor bug

This commit is contained in:
bol-van
2025-06-01 19:16:37 +03:00
parent 9fe26c92a5
commit 30a947b42b

View File

@@ -67,7 +67,7 @@ select_test_method()
disable_antivirus()
{
# $1 - dir
[ "$UNAME" = Darwin ] && find "$dir" -maxdepth 1 -type f -perm +111 -exec xattr -d com.apple.quarantine {} \; 2>/dev/null
[ "$UNAME" = Darwin ] && find "$1" -maxdepth 1 -type f -perm +111 -exec xattr -d com.apple.quarantine {} \; 2>/dev/null
}
check_dir()