You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just having a shebang is insufficient. It needs to have the executable bit set. I'd have to check both of them, so a head -1 $entry | grep -E '^#!' and [[ -f $entry && -x $entry ]], and this would only work if someone didn't have a custom pre/post-inst stript that did anything silly.
No description provided.
The text was updated successfully, but these errors were encountered: