Fix Steno Math for PL

This commit is contained in:
Mike Reeves
2021-10-19 11:15:58 -04:00
parent b9a3d3a6a9
commit 64f25961b0
+1 -1
View File
@@ -39,7 +39,7 @@ if [ ! "$THEGREP" ]; then
echo "stenodrop drop=$DROPPED"
else
LOSS=$(echo "4 k $DROPPED $TOTAL / 100 * p" | dc)
echo "stenodrop drop=$loss"
echo "stenodrop drop=$LOSS"
fi
fi