Removed /usr/local from CDPATH
[clearscm.git] / lib / Speak.pm
index c98feca..9cb9441 100644 (file)
@@ -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) {