mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
removed mesonbuild.com/shim.bash
This commit is contained in:
parent
96532c87f4
commit
24d9215992
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
self="${BASH_SOURCE[0]}"
|
||||
if test -L "$self"; then
|
||||
prefix="$(dirname "$self")"
|
||||
suffix="$(dirname $(readlink $self))"
|
||||
LIBEXEC="$(cd $prefix/$suffix && pwd)"
|
||||
else
|
||||
LIBEXEC="$(cd "$(dirname "$self")" && pwd)"
|
||||
fi
|
||||
source "$LIBEXEC/activate"
|
||||
exec "$LIBEXEC"/meson.py "$@"
|
Loading…
Reference in a new issue