j
k
j a
j l
@ntrel commented on this pull request.
-if git.found()
+if git.found() and fs.is_dir('.git') ret = run_command(git, 'rev-parse', '--short', '--revs-only', 'HEAD', check: true) cdata.set_quoted('REVISION', ret.stdout().strip()) else
Looks OK.
Attachments:
Back to the thread
Back to the list