summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-08-28 14:25:37 +0100
committerBen Pfaff <blp@ovn.org>2018-08-30 14:23:21 -0700
commite3d9ff97d8004abd2b57e0819e67bfc5d0e0694c (patch)
tree1d7a407e10f8fadbdcf7677927591add4c9241ef
parent0989c3b0cb193b438a27a691951fcbcce29bd7a9 (diff)
downloadopenvswitch-e3d9ff97d8004abd2b57e0819e67bfc5d0e0694c.tar.gz
utilities: Drop shebang from bash completion script
This fixes the following warning when building Open vSwitch on the openSUSE Build Service: W: non-executable-script /usr/share/bash-completion/completions/ovs-appctl-bashcomp.bash This text file contains a shebang or is located in a path dedicated for executables, but lacks the executable bits and cannot thus be executed. If the file is meant to be an executable script, add the executable bits, otherwise remove the shebang or move the file elsewhere. The file is meant to be sourced instead of executed, so we can simply drop the shebang. Signed-off-by: Markos Chandras <mchandras@suse.de> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rwxr-xr-xutilities/ovs-appctl-bashcomp.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/utilities/ovs-appctl-bashcomp.bash b/utilities/ovs-appctl-bashcomp.bash
index f7fb83047..4384be8ae 100755
--- a/utilities/ovs-appctl-bashcomp.bash
+++ b/utilities/ovs-appctl-bashcomp.bash
@@ -1,4 +1,3 @@
-#!/bin/bash
#
# A bash command completion script for ovs-appctl.
#