From a91ade5f5a8e675e915fe2a5589a976396720af2 Mon Sep 17 00:00:00 2001 From: Alois Mahdal Date: Oct 18 2018 14:52:31 +0000 Subject: Fix bad usage of jat__fail() --- diff --git a/src/preupg.sh.skel b/src/preupg.sh.skel index 1a6b782..8a81d0e 100644 --- a/src/preupg.sh.skel +++ b/src/preupg.sh.skel @@ -488,7 +488,7 @@ preupg__run1() { # Additional checks if preupg__collect_stray | grep -q .; then - jat__fail "stray module output found" + jat__fail -h "stray module output found" preupg__collect_stray \ | jat_dump__pipe -E STRAY_OUTPUT es=$((100 + es))