From: Anthony Minessale Date: Sun, 23 Jul 2006 00:37:19 +0000 (+0000) Subject: fix quotes X-Git-Tag: v1.0-beta1~2497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aabcd4bdf4a65e9c494d0efe398215bb61537c5;p=thirdparty%2Ffreeswitch.git fix quotes git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2050 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/scripts/socket/fs.pl b/scripts/socket/fs.pl index 202cc7df63..a095010abf 100644 --- a/scripts/socket/fs.pl +++ b/scripts/socket/fs.pl @@ -5,7 +5,7 @@ my $password = "ClueCon"; my $fs = init FreeSWITCH::Client {-password => $password} or die "Error $@"; -my $term = new Term::ReadLine ?FreeSWITCH CLI?; +my $term = new Term::ReadLine "FreeSWITCH CLI"; my $prompt = "FS>"; my $OUT = $term->OUT .. \*STDOUT;