Browse Source

Combine src missing comment star trivia

pull/521/head
Sami Vaarala 9 years ago
parent
commit
b59572515b
  1. 2
      util/combine_src.py

2
util/combine_src.py

@ -153,7 +153,7 @@ def createCombined(files, extinc, intinc, duk_version, git_commit, git_describe,
duk_patch = duk_version % 100
res.append('/*')
res.append(' * Single source autogenerated distributable for Duktape %d.%d.%d.' % (duk_major, duk_minor, duk_patch))
res.append('')
res.append(' *')
res.append(' * Git commit %s (%s).' % (git_commit, git_describe))
res.append(' * Git branch %s.' % git_branch)
res.append(' *')

Loading…
Cancel
Save