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