Skip to content

Commit

Permalink
Merge #197
Browse files Browse the repository at this point in the history
  • Loading branch information
ivatet-amd committed Jan 11, 2024
2 parents f27253f + 8497c4f commit eb19c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/onload_profiles/wait-old-cluster-exit.opf-fragment
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ceased to exist
# If references to old onload stacks are still being released - wait.

if echo "$@" | perl -n -e 'if(/\s-s/) {exit 1}'; then
if echo "$@" | grep -q -e '[[:space:]]-s'; then
ITER=0
while true; do
stackdump_contents=$(onload_stackdump --nopids stacks) || break
Expand Down

0 comments on commit eb19c92

Please sign in to comment.