diff --git a/install-scripts/.local/bin/install-protoc-home b/install-scripts/.local/bin/install-protoc-home index 577030b..9af428f 100755 --- a/install-scripts/.local/bin/install-protoc-home +++ b/install-scripts/.local/bin/install-protoc-home @@ -39,7 +39,7 @@ rm -rfv "$TMP_DIR" set_current_link "${APPS_DIR}" "${VERSION}" -apps=$(find "${APPS_DIR}/current/bin" -maxdepth 1 -perm +111 -type f -exec basename {} \;) +apps=$(find "${APPS_DIR}/current/bin" -maxdepth 1 -type f -exec basename {} \;) pushd "${XDG_BIN_HOME}" for bin in $apps; do if [[ ! -s $bin ]]; then