X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/249c4c5ea9376c24572daf9c2effa7484a282f14..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/data/buildtool/renderers/unix_exec.py diff --git a/icuSources/data/buildtool/renderers/unix_exec.py b/icuSources/data/buildtool/renderers/unix_exec.py new file mode 100644 index 00000000..468f4132 --- /dev/null +++ b/icuSources/data/buildtool/renderers/unix_exec.py @@ -0,0 +1,7 @@ +# Copyright (C) 2018 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html + +from . import common_exec + +def run(**kwargs): + return common_exec.run(is_windows=False, **kwargs)