Skip to content

Commit 7564ef3

Browse files
committed
Fix comment for check_dest_on_path.
$DEST is really checked inside the function body, not just `/usr/local/bin/`, so this comment is amended.
1 parent 83f1e8a commit 7564ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/scripts/get-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ check_home_local_bin_on_path() {
655655
fi
656656
}
657657

658-
# Check whether /usr/local/bin is on the PATH, and print a warning if not.
658+
# Check whether $DEST is on the PATH, and print a warning if not.
659659
check_dest_on_path() {
660660
if ! on_path "$(dirname $DEST)" ; then
661661
info "WARNING: '$(dirname $DEST)' is not on your PATH."

0 commit comments

Comments
 (0)