We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139c554 commit 7bbcd06Copy full SHA for 7bbcd06
lib/stack-functions
@@ -676,7 +676,7 @@ stack-tail() {
676
local final_line
677
local output
678
local previous
679
- until echo "$current" | tail -1 | egrep -q "${stack}.*_(COMPLETE|FAILED)"
+ until echo "$current" | tail -1 | grep --extended-regexp --quiet "${stack}.*_(COMPLETE|FAILED)"
680
do
681
if ! output=$(stack-events "$inputs"); then
682
# Something went wrong with stack-events (like stack not known)
0 commit comments