1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

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);
}
}