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 587246 - check.sh is installed as data
check.sh is installed as data
Status: RESOLVED DUPLICATE of bug 652688
Product: gtksourceview
Classification: Platform
Component: Syntax files
git master
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-29 00:40 UTC by Emilio Pozuelo Monfort
Modified: 2013-09-24 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2009-06-29 00:40:15 UTC
I'm not sure if check.sh is useful for users, so maybe it shouldn't be installed.

Anyway if it is, it shouldn't be part of languages_DATA, but of languages_SCRIPTS, so that it's installed with exec permissions.
Comment 1 Yevgen Muntyan 2009-07-07 07:22:10 UTC
Then all package maintainers will come crying about executable script in wrong location. "sh check.sh" is easy enough for interested people.
Comment 2 Emilio Pozuelo Monfort 2009-07-07 08:18:39 UTC
Fine with me, but then it doesn't need a shebang :)

The extension is enough to guess you need to execute it with a shell, and the shebang is pointless if you can't do ./check.sh
Comment 3 Sébastien Wilmet 2013-09-24 16:29:51 UTC

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