Comment 5 for bug 1983185

Revision history for this message
Keepiru (keepiru) wrote :

Some notes:

* "/usr/bin/which true" returned "/usr/bin/true"
* "command -v true" returns "true" because it is a shell builtin
* on the next line, "[ -e "$STARTUP_FULL_PATH" ]" returns false because "true" (no path) does not exist