mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
No quotes in --commit messages
This commit is contained in:
parent
0ac058c244
commit
1d88ba5450
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