mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 15:45:22 +03:00
Homebrew (Ruby) throws an error when it gets SIGPIPE
from the --max-count
on grep
.
This commit is contained in:
parent
fb3eaa3e3c
commit
e0051d17d8
2
dist/macos/bundle/build_dist.sh.in
vendored
2
dist/macos/bundle/build_dist.sh.in
vendored
@ -46,7 +46,7 @@ fi
|
||||
# Check for macdeployqt on Homebrew
|
||||
if which -s brew ; then
|
||||
info "Homebrew found, searching for macdeployqt"
|
||||
DEPLOYQT="$(brew list qt | grep --only --max-count 1 '/.*macdeployqt')"
|
||||
DEPLOYQT="$(brew list qt | grep --only '/.*macdeployqt' | head -1)"
|
||||
if [ ! -x "$DEPLOYQT" ]; then
|
||||
error Please install package qt
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user