X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/fea5aa5c06c77b2c057abff9e681a5c1ec617b25..refs/heads/arch_wiki_scrape:/xdg-ninja.sh diff --git a/xdg-ninja.sh b/xdg-ninja.sh index 0e162e0..8a0ff98 100755 --- a/xdg-ninja.sh +++ b/xdg-ninja.sh @@ -233,6 +233,9 @@ check_programs() { printf "\n" } - check_programs -exit $FIXABLE +if [ $FIXABLE -gt 100 ]; then + exit 101 +else + exit $FIXABLE +fi