Fixed shh to use different location for shh touchfile
[clearscm.git] / lib / Speak.pm
index dd38346..7003f20 100644 (file)
@@ -103,8 +103,8 @@ Returns:
 
 =cut
 
-  if (-f "$FindBin::Bin/shh") {
-    $msg .= ' [silent]';
+  if (-f "$FindBin::Bin/../data/shh") {
+    $msg .= ' [silent shh]';
     if ($log) {
       $log->msg($msg);
     } else {