Skip to content

Commit

Permalink
Merge pull request #37 from GeoffreyFrogeye/debian-escape
Browse files Browse the repository at this point in the history
Debian: Allows special characters in title
  • Loading branch information
MisterDA committed May 12, 2016
2 parents 65a981b + 0e02518 commit 5c03235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/debian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function s.script(project)
-- /usr/bin/${PACKAGE}
writeFile("/usr/bin/"..project.package,
"#!/bin/sh\n"..
"love "..loveFileDeb.."\n",
"love '"..loveFileDeb:gsub("'", "\\'").."'\n",
true
)
assert(fs.chmod(tempDir.."/usr/bin/"..project.package, "+x"))
Expand Down

0 comments on commit 5c03235

Please sign in to comment.