glib/gio/completion
Simon McVittie fa32ee6481 Remove unnecessary +x permissions
None of these files starts with a #! line, and they are not native
binary executables, so if a user attempts to execute them as a program,
Unix shells will run them as /bin/sh scripts. This is not going to end
well, since none of them are shell scripts (the gio bash completion
is for bash, which is not a lowest-common-denominator POSIX shell, and
in any case is designed to be sourced rather than executed).

Fixes: #1539
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-09-23 17:01:04 +01:00
..
.gitignore gio: Add bash completion for gio tool 2018-06-15 12:34:10 +02:00
gapplication New gapplication(1) tool 2013-10-17 10:12:27 -04:00
gdbus Install bash completion files in /usr/share/ 2012-06-21 06:11:58 -04:00
gio Remove unnecessary +x permissions 2018-09-23 17:01:04 +01:00
gresource Install bash completion files in /usr/share/ 2012-06-21 06:11:58 -04:00
gsettings Add ‘gsettings list-schemas --print-paths’ option 2018-01-05 13:01:03 +00:00