From d0c1bbc1969a2418200e083aa8f5a21b2e80c3b4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 30 Mar 2010 10:53:40 -0700 Subject: fix typo in 3 arg conversion --- scripts/vyatta-show-queueing.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-queueing.pl b/scripts/vyatta-show-queueing.pl index 8bb98c2..6308c8f 100755 --- a/scripts/vyatta-show-queueing.pl +++ b/scripts/vyatta-show-queueing.pl @@ -66,7 +66,7 @@ sub show_brief { printf $fmt, 'Interface', 'Qos-Policy', 'Sent', 'Dropped', 'Overlimit'; # Read qdisc info - open( my $tc, '|-', '/sbin/tc -s qdisc ls' ) + open( my $tc, '-|', '/sbin/tc -s qdisc ls' ) or die 'tc qdisc command failed'; my @lines; -- cgit v1.2.3