[ovs-git] [openvswitch/ovs] 1fdbfd: ovs-command-compgen: Avoid using GNU sed extension...

GitHub noreply at github.com
Mon Jan 5 18:11:47 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 1fdbfd4e9883ca6cb98307dc1a859011ae101472
      https://github.com/openvswitch/ovs/commit/1fdbfd4e9883ca6cb98307dc1a859011ae101472
  Author: Alex Wang <alexw at nicira.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M utilities/ovs-command-compgen.bash

  Log Message:
  -----------
  ovs-command-compgen: Avoid using GNU sed extensions.

This commit changes '\?' to '\{0,1\}' to avoid using GNU
sed extension.

Found by using the script in FreeBSD.

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list