]> git.saurik.com Git - apple/icu.git/blob - icuSources/data/buildtool/renderers/unix_exec.py
468f41322cb94bfae93603b0db390ffbf15b3ed5
[apple/icu.git] / icuSources / data / buildtool / renderers / unix_exec.py
1 # Copyright (C) 2018 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html
3
4 from . import common_exec
5
6 def run(**kwargs):
7 return common_exec.run(is_windows=False, **kwargs)