X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FSpeak.pm;h=4be475d28ec2c2e668a8848a6ed84caf309890f7;hb=6646e15183f35219a476f839c198fdf0740f02c3;hp=c98feca6ee50a43d4e9ddd1760ab015b4b846fd6;hpb=75f06ef1cd56d531eb9ae086618bce3ff6aaa510;p=clearscm.git diff --git a/lib/Speak.pm b/lib/Speak.pm index c98feca..4be475d 100644 --- a/lib/Speak.pm +++ b/lib/Speak.pm @@ -126,6 +126,8 @@ Returns: # Log message to log file if $log was passed in. $log->msg($msg); + $msg = quotemeta $msg; + my ($status, @output) = Execute "/usr/local/bin/gt \"$msg\""; if ($status) {