summaryrefslogtreecommitdiffstats
path: root/bin/termcast
diff options
context:
space:
mode:
Diffstat (limited to 'bin/termcast')
-rw-r--r--bin/termcast2
1 files changed, 1 insertions, 1 deletions
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<App::Termcast> 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);