mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
No quotes in --commit messages
This commit is contained in:
parent
4bd64de501
commit
e24a89916a
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ def main():
|
||||||
if options.commit and logmsg:
|
if options.commit and logmsg:
|
||||||
print "Commiting update for " + metafile
|
print "Commiting update for " + metafile
|
||||||
if subprocess.call(["git", "commit", "-m",
|
if subprocess.call(["git", "commit", "-m",
|
||||||
"'"+logmsg.replace("'", "\\'")+"'", "--", metafile]) != 0:
|
logmsg, "--", metafile]) != 0:
|
||||||
print "Git commit failed"
|
print "Git commit failed"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue