From 5bdd9f23e44ced48d1c9c2c34a6df6a93101fe71 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Aug 2017 14:01:02 -0300 Subject: Status: pipe mr into cat --- status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'status') diff --git a/status b/status index 200228c..a2128c7 100755 --- a/status +++ b/status @@ -76,7 +76,8 @@ function status_run { fi # Update your mrconfig and check all registered repositories - mrconfig-updater && mr -m status + # Pipe through cat so we don't have to deal with mr's dynamic output weirdness + mrconfig-updater && mr -m status | cat # Check your TODO lists todo -- cgit v1.2.3