After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 737931 - send-to-fpaste: use /usr/bin/env instead of /bin/env
send-to-fpaste: use /usr/bin/env instead of /bin/env
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-05 15:11 UTC by Dominique Leuenberger
Modified: 2014-10-05 16:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
send-to-fpaste: use /usr/bin/env instead of /bin/env (1.02 KB, patch)
2014-10-05 15:11 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2014-10-05 15:11:47 UTC
In light of the larger /usr - movement, it would be nicer to use
/usr/bin/env instead of /bin/env. Some distros do not offer /bin/env
(and never have). All other files refering to 'env' look for it in
/usr/bin as well, so it's just consistent.
Comment 1 Dominique Leuenberger 2014-10-05 15:11:49 UTC
Created attachment 287765 [details] [review]
send-to-fpaste: use /usr/bin/env instead of /bin/env
Comment 2 Paolo Borelli 2014-10-05 16:32:50 UTC
Review of attachment 287765 [details] [review]:

sure
Comment 3 Dominique Leuenberger 2014-10-05 16:37:07 UTC
Attachment 287765 [details] pushed as a9fd3f9 - send-to-fpaste: use /usr/bin/env instead of /bin/env