From d56ffdc10f3fa0448ae7496d84b4a0705301c74a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 9 Jan 2018 09:02:22 +0100 Subject: bin/ii-connect: be less strict about command --- bin/ii-connect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ii-connect b/bin/ii-connect index 6d313af..9ec0702 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -51,7 +51,7 @@ if [ "$1" = 'watch' ]; then else prefix='' fi - regex='^\S\+ \S\+ <\S\+> '"${prefix}"'why[- ]dont[- ]you \(build\|stabilize\|unstage\|keep\|stubbornly_keep\) ' + regex='^\S\+ \S\+ <\S\+> '"${prefix}"'why[- ]don'"'"'\?t[- ]you \(build\|stabilize\|unstage\|keep\|stubbornly_keep\) ' if grep -q "${regex}" "${out_file}"; then sed -n ' s/'"${regex}"'/\1 / -- cgit v1.2.3-54-g00ecf