changeset 390:fd0635443234

calc: Match output from new version of mfcalc binary.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Sep 2016 11:53:15 +0300
parents ff3037bc6efc
children 523ecc0ef8d1
files calc.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/calc.tcl	Wed Feb 10 14:33:04 2016 +0200
+++ b/calc.tcl	Mon Sep 05 11:53:15 2016 +0300
@@ -41,7 +41,7 @@
   if {[catch {set res [exec -- "/usr/local/bin/mfcalc" "$equ"]} uerrmsg]} {
     return $uerrmsg
   } else {
-    return "$equ = $res"
+    return "$res"
   }
 }