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
Revert "Use full path for curl to prevent bugs or code"
This reverts commit 738e5d1, pull request #57.
The $PATH environment variable exists specifically for the purpose of looking-
up binaries' locations in a system-independent manner. If $PATH is overwritten,
which the user has full discretion to do, then so be it. If the $PATH is
overwritten by compromise, then the system itself is already compromised and
this change prevents nothing.
Furthermore, many operating systems install packages and user-compiled software
into PREFIX=/usr/local, causing this commit to break this script.
Signed-off-by: Bryce Chidester <bryce@cobryce.com>
0 commit comments