meson: s/f'.git'/'.git'/

This commit is contained in:
Nedko Arnaudov 2024-03-27 17:30:12 +02:00
parent 5102838329
commit e687775381
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ dbus_name_base = 'org.ladish'
dbus_base_path = '/org/ladish'
fs = import('fs')
if fs.is_dir(f'.git')
if fs.is_dir('.git')
# This block handles building from git source tree
# version.h is generated during build
git_version = run_command(['git', 'rev-parse', '--short', 'HEAD']).stdout().strip()