projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e501f5e
)
* Fixed Typo
author
Steven Barth
<steven@midlink.org>
Fri, 11 Apr 2008 19:45:59 +0000
(19:45 +0000)
committer
Steven Barth
<steven@midlink.org>
Fri, 11 Apr 2008 19:45:59 +0000
(19:45 +0000)
core/src/ffluci/sys.lua
patch
|
blob
|
history
diff --git
a/core/src/ffluci/sys.lua
b/core/src/ffluci/sys.lua
index d8fbaa57a05496d3b170e3fd51ee083265dfef87..5b3f7a3c9ada946bd73276c332ec550961a9149d 100644
(file)
--- a/
core/src/ffluci/sys.lua
+++ b/
core/src/ffluci/sys.lua
@@
-56,7
+56,7
@@
end
function flash(image, kpattern)
local cmd = "ffluci-flash "
if kpattern then
- cmd = cmd .. "-k '" .. k
ap
ttern:gsub("'", "") .. "' "
+ cmd = cmd .. "-k '" .. k
pa
ttern:gsub("'", "") .. "' "
end
cmd = cmd .. "'" .. image:gsub("'", "") .. "'"