Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/stack-functions
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ stack-tail() {
local final_line
local output
local previous
until echo "$current" | tail -1 | egrep -q "${stack}.*_(COMPLETE|FAILED)"
until echo "$current" | tail -1 | grep --extended-regexp --quiet "${stack}.*_(COMPLETE|FAILED)"
do
if ! output=$(stack-events "$inputs"); then
# Something went wrong with stack-events (like stack not known)
Expand Down