]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix quotes
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 23 Jul 2006 00:37:19 +0000 (00:37 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 23 Jul 2006 00:37:19 +0000 (00:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2050 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/socket/fs.pl

index 202cc7df634d041860d1fde63d1612bd419b2dc9..a095010abf51fdee2b0dee0251162986a405e679 100644 (file)
@@ -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;