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 552052 - mkinconlinks uses bash substring syntax
mkinconlinks uses bash substring syntax
Status: RESOLVED DUPLICATE of bug 550927
Product: gnome-themes
Classification: Deprecated
Component: General
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Themes Maintainers
GNOME Themes Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-12 23:36 UTC by Patryk Zawadzki
Modified: 2009-01-29 22:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
The current patch we use (470 bytes, patch)
2008-09-12 23:37 UTC, Patryk Zawadzki
none Details | Review

Description Patryk Zawadzki 2008-09-12 23:36:53 UTC
The script has /bin/sh in shebang but uses bash ${NEXTLINE:0:1} substring syntax.

In PLD we use pdksh as /bin/sh and it does not support this substitution syntax.

We currently use $(echo $NEXTLINE| cut -c1) as a replacement.

This bug is part of pushing PLD patches upstream.
Comment 1 Patryk Zawadzki 2008-09-12 23:37:21 UTC
Created attachment 118634 [details] [review]
The current patch we use
Comment 2 André Klapper 2008-11-21 22:42:56 UTC
*ping*
Comment 3 André Klapper 2009-01-29 01:06:41 UTC
ping
Comment 4 Benjamin Berg 2009-01-29 22:03:24 UTC
Seems like #550927 is about the same issue.

*** This bug has been marked as a duplicate of 550927 ***