Fix validate_haf_commit SIGPIPE error (exit 141)
Replace grep|head|sed pipeline with single awk command to avoid SIGPIPE when head closes the pipe before grep finishes writing.
Loading
Please sign in to comment
Replace grep|head|sed pipeline with single awk command to avoid SIGPIPE when head closes the pipe before grep finishes writing.