Fix DOS touch token replacement to work when file is in a different directory
This commit is contained in:
parent
c613ea9a83
commit
b9fe7a510f
@ -492,7 +492,7 @@
|
||||
end,
|
||||
touch = function(v)
|
||||
v = path.translate(v)
|
||||
return string.format("type nul >> %s && copy /b %s +,,", v, v)
|
||||
return string.format("type nul >> %s && copy /b %s+,, %s", v, v, v)
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user