aboutsummaryrefslogtreecommitdiff
path: root/aux/chdir_meson_build_subdir.sh
blob: 69c32fcb7b33db0aa4f684229e2086abdda7e25e (plain)
1
2
3
4
5
6
#!/bin/sh -efu

exe=$1; shift
exe=$(readlink -ev -- "$exe")
cd "$MESON_BUILD_SUBDIR"
exec "$exe" "$@"