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 523420 - programs/gvfs-bash-completion.sh has a shebang and is executable
programs/gvfs-bash-completion.sh has a shebang and is executable
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: general
git master
Other All
: Normal trivial
: ---
Assigned To: gvfs-maint
gvfs-maint
: 578681 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-03-19 18:33 UTC by Michael Wolf
Modified: 2009-04-16 09:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Remove shebang, install non-executable (844 bytes, patch)
2009-04-09 20:45 UTC, Ville Skyttä
none Details | Review

Description Michael Wolf 2008-03-19 18:33:16 UTC
Please describe the problem:
gvfs-bash-completion.sh starts with #!/bin/sh and is executable.

However, since it's meant to be sourced and not interpreted, both are redundant.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
I hope you don't demand a patch ;)
Comment 1 Ville Skyttä 2009-04-09 20:45:06 UTC
Created attachment 132427 [details] [review]
Remove shebang, install non-executable

Well, it's taken over a year already, perhaps a patch would help getting this fixed after all :)
Comment 2 Sebastien Bacher 2009-04-11 10:57:25 UTC
*** Bug 578681 has been marked as a duplicate of this bug. ***
Comment 3 Alexander Larsson 2009-04-16 09:38:14 UTC
commited, thanks.