diff --git a/winehelper b/winehelper index 6338d6e..42558a3 100755 --- a/winehelper +++ b/winehelper @@ -93,7 +93,7 @@ check_variables VKD3D_VER "1.1-2602" export CLOUD_URL="https://cloud.linux-gaming.ru/portproton" ##### CHECK NOEXEC FOR /HOME ##### -if grep "/home" /etc/fstab | grep -q "noexec" ; then +if grep -E "/home[[:space:]]" /etc/fstab | grep -q "noexec" ; then fatal "/home примонтирован в /etc/fstab с аргументом noexec.\nЗапуск портативной версии wine не возможен из домашнего каталога." fi