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 765631 - Using #!/usr/bin/perl is not portable
Using #!/usr/bin/perl is not portable
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-26 17:42 UTC by Ting-Wei Lan
Modified: 2016-04-26 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gen-guch-unicode-tables.pl: Don't hardcode the path of perl (870 bytes, patch)
2016-04-26 17:43 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2016-04-26 17:42:33 UTC
Perl can be installed in prefix other than /usr, so we cannot hardcode the path in gucharmap/gen-guch-unicode-tables.pl.
Comment 1 Ting-Wei Lan 2016-04-26 17:43:05 UTC
Created attachment 326796 [details] [review]
gen-guch-unicode-tables.pl: Don't hardcode the path of perl
Comment 2 Christian Persch 2016-04-26 18:01:26 UTC
Comment on attachment 326796 [details] [review]
gen-guch-unicode-tables.pl: Don't hardcode the path of perl

Ok.
Comment 3 Ting-Wei Lan 2016-04-26 18:21:34 UTC
Attachment 326796 [details] pushed as 218b458 - gen-guch-unicode-tables.pl: Don't hardcode the path of perl