From 678038e6097597fcfe937fbe75de213bbe3abd10 Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Tue, 14 May 2024 17:01:34 -0400 Subject: [PATCH] Nerf output --- bin/run_fawltydeps | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/run_fawltydeps b/bin/run_fawltydeps index 1f9fa9d..cab338f 100755 --- a/bin/run_fawltydeps +++ b/bin/run_fawltydeps @@ -1,6 +1,8 @@ #!/usr/bin/env bash echo "Running fawltydeps $*" +fawltydeps "$@" +exit $? fawltydeps_result=$(fawltydeps "$@") exit_code=$?