Opened 10 years ago
Closed 10 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)
Change History (3)
by , 10 years ago
Attachment: | 0001-Redirect-which-stderr-to-dev-null.patch added |
---|
comment:1 by , 10 years ago
Status: | new → review |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
Seems like a good idea. Merged!
Patch attached in
git format-patch
format.