blob: ff3fb36447ca1f1ad305dbf61b011e6a9baf4b0e [file] [log] [blame]
#! /usr/bin/env bash
# Copyright (C) 2017 Expat development team
# Licensed under the MIT license
case "@host@" in
*-mingw*)
exec wine "$@"
;;
*)
exec "$@"
;;
esac