mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-06 03:01:40 -04:00
5 lines
86 B
Bash
5 lines
86 B
Bash
|
|
#!/bin/sh -eu
|
||
|
|
|
||
|
|
# glslang prints log messages to stdout, remap to stderr
|
||
|
|
exec "$@" >&2
|