]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/release.py
release: 0.1.63
[lilypond.git] / bin / release.py
index fa6a9c4035e770b62ae3600d54007c9998575c03..731a2ee2eae532427ad2ec9943aec9c1441f0d9a 100755 (executable)
@@ -35,7 +35,7 @@ os.link(released_tarball(cur_ver), tarball(cur_ver))
 os.system('python ' + lilydirs.topdir + '/bin/make-patch.py');
 
 pn = 'patch-%s' % version_tuple_to_str(cur_ver)
-os.system('gzip -9 ' + pn)
+os.system('gzip -9 ' + pn)
 pn = pn + '.gz'
 rel_pn = lilydirs.release_dir + '../patches/' + pn;