made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
16
gitportable/mingw64/share/git/completion/meson.build
Normal file
16
gitportable/mingw64/share/git/completion/meson.build
Normal file
@@ -0,0 +1,16 @@
|
||||
foreach script : [
|
||||
'git-completion.bash',
|
||||
'git-completion.tcsh',
|
||||
'git-completion.zsh',
|
||||
'git-prompt.sh'
|
||||
]
|
||||
if meson.version().version_compare('>=1.3.0')
|
||||
test_dependencies += fs.copyfile(script)
|
||||
else
|
||||
configure_file(
|
||||
input: script,
|
||||
output: script,
|
||||
copy: true,
|
||||
)
|
||||
endif
|
||||
endforeach
|
||||
Reference in New Issue
Block a user