From f605f3d9d1d7774c993176042961999e8e6c8754 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Nov 2010 12:06:54 -0500 Subject: heh, don't recreate the termcast object here --- bin/termcast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/termcast b/bin/termcast index fcf7bc4..9fdca0e 100644 --- a/bin/termcast +++ b/bin/termcast @@ -19,4 +19,4 @@ to a termcast server. See L for options documentation. my $tc = App::Termcast->new_with_options; my @argv = @{ $tc->extra_argv }; push @argv, ($ENV{SHELL} || '/bin/sh') if !@argv; -App::Termcast->new_with_options->run(@argv); +$tc->run(@argv); -- cgit v1.2.3-54-g00ecf