From 98317ad2aa66399b8602e654efd7f3724ea8621e Mon Sep 17 00:00:00 2001 From: John Southworth Date: Mon, 30 Jan 2012 22:38:10 +0000 Subject: Fix 'show bridge' help text --- templates/show/bridge/node.tag/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/show/bridge/node.tag/node.def b/templates/show/bridge/node.tag/node.def index db7fcca..d20611f 100644 --- a/templates/show/bridge/node.tag/node.def +++ b/templates/show/bridge/node.tag/node.def @@ -1,5 +1,5 @@ help: Show bridge information for a given bridge interface allowed: local -a array ; array=( /sys/class/net/br* ) ; - echo -n ${array[@]##*/} + echo -n '' ${array[@]##*/} run: /usr/sbin/brctl show "$3" -- cgit v1.2.3