remove extra dollar sign

This commit is contained in:
Christian Hesse 2018-12-12 21:57:17 +01:00
parent dee4495c0c
commit a0fb616715
5 changed files with 9 additions and 9 deletions

View file

@ -23,9 +23,9 @@
:local replace [ :find $chars $char ];
:if ([ :len $replace ] > 0) do={
:set $char ($subs->$replace);
:set char ($subs->$replace);
}
:set $return ($return . $char);
:set return ($return . $char);
}
}