On Tue, Aug 28, 2018 at 02:25:37PM +0100, Markos Chandras wrote: > 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 <[email protected]>
Thanks, applied to all relevant branches. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
