From e72d2aaa7c46f3e170af6310ebfff3f780cdf9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 29 May 2019 20:29:11 +0100 Subject: [PATCH] update_cask_family: quote ableton in search --- developer/bin/update_cask_family | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/bin/update_cask_family b/developer/bin/update_cask_family index 28387906f2..007a2448cd 100755 --- a/developer/bin/update_cask_family +++ b/developer/bin/update_cask_family @@ -27,7 +27,7 @@ function is_in_array { } function get_ableton { - brew search ableton | grep 'ableton-' | grep --invert-match '\d' + brew search 'ableton' | grep 'ableton-' | grep --invert-match '\d' } function get_dcpomatic {