]> git.e2factory.org Git - e2factory.git/commitdiff
Don't limit slashToDot() to 100 replacements
authorTobias Ulmer <tu@emlix.com>
Mon, 18 Feb 2013 16:39:59 +0000 (17:39 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:15 +0000 (19:07 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2tool.lua

index d3c917c2e787b1a6fef8cb668c4b8b9689381f3e..6575347cd1b65dcb45ac80b6a8e7fd6c66e5df99 100644 (file)
@@ -928,7 +928,7 @@ end
 
 --- replaces all slashed in str with dots
 local function slashToDot(str)
-    return string.gsub(str,"/",".",100)
+    return string.gsub(str,"/", ".")
 end
 
 --- load source config.