[ovs-git] [openvswitch/ovs] 864d94: utilities: Drop shebang from bash completion scrip...

GitHub noreply at github.com
Thu Aug 30 21:23:30 UTC 2018


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: 864d94317c09778e69dc4e1f20b62c10e6f4410d
      https://github.com/openvswitch/ovs/commit/864d94317c09778e69dc4e1f20b62c10e6f4410d
  Author: Markos Chandras <mchandras at suse.de>
  Date:   2018-08-30 (Thu, 30 Aug 2018)

  Changed paths:
    M utilities/ovs-appctl-bashcomp.bash

  Log Message:
  -----------
  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 at suse.de>
Signed-off-by: Ben Pfaff <blp at ovn.org>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list