GNOME Bugzilla – Bug 651936
Install bash completion file as data file and not as executable shell script
Last modified: 2011-07-05 20:21:04 UTC
Created attachment 189270 [details] [review] Install bash completion as DATA and not SCRIPTS The bash completion file is meant to be sourced and not executed directly. As such it doesn't have a shebang.
You're right of course. I've applied your fix. The same problem applies to the completion files installed by glib (for GDBus and GSettings). I'll fix those up too. Thanks.
Created attachment 191188 [details] [review] [PATCH] Use completion_DATA instead of completion_SCRIPTS in EXTRA_DIST
(In reply to comment #2) > Created an attachment (id=191188) [details] [review] > [PATCH] Use completion_DATA instead of completion_SCRIPTS in EXTRA_DIST I forgot to change the EXTRA_DIST line. Sorry for that. Patch for this is attached.
Fixed up. My fault for not reviewing properly. Thanks.