From 21fa4b4f56092cb76fe02d2a8332c4854466697a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Aug 2017 12:52:51 +0200 Subject: bin/build-master-status: bugfix --- bin/build-master-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-master-status b/bin/build-master-status index 1e6e4c3..ad32880 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -269,7 +269,7 @@ if ${web}; then sed ' s|FS#\([0-9]\+\)|FS#\1| /FS#[0-9]\+/!s|^\(wait for \)\(\S\+\) $|\1\2 | - /FS#[0-9]\+/!s|^\(wait for \)\(\S\+\) \(or\|and\) \(\S\+\) $|\1\2 \3 \4 | + /FS#[0-9]\+/!s@^\(wait for \)\(\S\+\) \(or\|and\) \(\S\+\) $@\1\2 \3 \4 @ ' else printf ' ' -- cgit v1.2.3-54-g00ecf