mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
removed mesonbuild.com/shim.bash
This commit is contained in:
parent
96532c87f4
commit
24d9215992
1 changed files with 0 additions and 11 deletions
|
@ -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