Opened 9 years ago

Closed 9 years ago

#5062 closed defect (fixed)

which bower > /dev/null doesn't redirect stderr

Reported by: ayleph Owned by:
Priority: minor Milestone: 0.8.0
Component: programming Keywords: bower
Cc: Parent Tickets:

Description

devtools/update_extlib.sh uses which to look for bower in $PATH. However, it doesn't redirect stderr to /dev/null, so the user sees a misleading message if bower does not exist in $PATH. This causes the user to think that bower is being reinstalled every time devtools/update_extlib.sh runs.

Attachments (1)

0001-Redirect-which-stderr-to-dev-null.patch (892 bytes ) - added by ayleph 9 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by ayleph, 9 years ago

Status: newreview

Patch attached in git format-patch format.

comment:2 by Christopher Allan Webber, 9 years ago

Resolution: fixed
Status: reviewclosed

Seems like a good idea. Merged!

Note: See TracTickets for help on using tickets.