mirror of
https://github.com/systemd/systemd.git
synced 2025-11-01 00:24:12 +03:00
meson: use a/b instead of join_paths(a,b)
It is nicer and shorter.
This commit is contained in:
@@ -6,7 +6,7 @@ if bashcompletiondir == ''
|
||||
if bash_completion.found()
|
||||
bashcompletiondir = bash_completion.get_pkgconfig_variable('completionsdir')
|
||||
else
|
||||
bashcompletiondir = join_paths(datadir, 'bash-completion/completions')
|
||||
bashcompletiondir = datadir / 'bash-completion/completions'
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user