if it's a shell script, we do need a shell to execute it even if it's executable

ticket #1450


SVN revision: 76190
This commit is contained in:
Mike Blumenkrantz 2012-09-05 10:16:50 +00:00
parent d159c77fb4
commit b5a909aa57
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ _e_fwin_file_is_exec(E_Fm2_Icon_Info *ici)
(!strcmp(ici->mime, "text/x-sh"))
)
{
return E_FWIN_EXEC_DIRECT;
return E_FWIN_EXEC_SH;
}
}
}