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

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


  Branch: refs/heads/branch-2.9
  Home:   https://github.com/openvswitch/ovs
  Commit: 59e2d01129e8b7656f54eb19d4f48721667e0401
      https://github.com/openvswitch/ovs/commit/59e2d01129e8b7656f54eb19d4f48721667e0401
  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