Skip to content

Commit

Permalink
Merge pull request #139 from rffontenelle/patch-1
Browse files Browse the repository at this point in the history
Set check to true in run_command
  • Loading branch information
Rirusha authored Aug 31, 2024
2 parents 9cfd3eb + ceeaa0a commit c38e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if get_option('is_devel')
app_id_suffix = '-Devel'

find_program('git', required: true)
vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD', check: true).stdout().strip()
version_suffix = '-dev.@0@'.format (vcs_tag)
endif

Expand Down

0 comments on commit c38e8f4

Please sign in to comment.