]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/expat/run.sh.in
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / contrib / expat / run.sh.in
1 #! /usr/bin/env bash
2 # Copyright (C) 2017 Expat development team
3 # Licensed under the MIT license
4
5 case "@host@" in
6 *-mingw*)
7     exec wine "$@"
8     ;;
9 *)
10     exec "$@"
11     ;;
12 esac