summaryrefslogtreecommitdiff
path: root/completions/xfconf-query
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2020-12-13 12:27:11 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-12-20 00:37:17 +0100
commitaa8939349e6a112e651d1169f151f932c6d15c74 (patch)
tree860ac8477841cadfa8a05523c98739d990d54f7b /completions/xfconf-query
parent56068de01bb74d7025c8fa3339d2cb1c94bb9231 (diff)
downloadxfconf-aa8939349e6a112e651d1169f151f932c6d15c74.tar.gz
Don't use shebang for bash completion file
Bash completions are meant to be sourced, not executed, so remove the shebang line Closes !8
Diffstat (limited to 'completions/xfconf-query')
-rw-r--r--completions/xfconf-query2
1 files changed, 0 insertions, 2 deletions
diff --git a/completions/xfconf-query b/completions/xfconf-query
index 781a889..b6e390f 100644
--- a/completions/xfconf-query
+++ b/completions/xfconf-query
@@ -1,5 +1,3 @@
-#!/usr/bin/env bash
-#
# Bash completion for xfconf-query.
#
# Copyright (C) 2019 Emanuele Petriglia <inbox@emanuelepetriglia.com>