From f4f5d35bf1609612856eaeb01ff287fae9a6979d Mon Sep 17 00:00:00 2001 From: olf Date: Sat, 3 Dec 2022 03:58:42 +0100 Subject: [PATCH] Clarify comment (#128) --- rpm/harbour-storeman-installer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/harbour-storeman-installer.spec b/rpm/harbour-storeman-installer.spec index f86ba318..88863f51 100644 --- a/rpm/harbour-storeman-installer.spec +++ b/rpm/harbour-storeman-installer.spec @@ -112,7 +112,7 @@ fi # BTW, `ssu`, `rm -f`, `mkdir -p` etc. *always* return with "0" ("success"), hence # no appended `|| true` needed to satisfy `set -e` for failing commands outside of # flow control directives (if, while, until etc.). Furthermore on Fedora Docs it -# is indicated that the final exit status of a whole scriptlet is crucial: +# is indicated that solely the final exit status of a whole scriptlet is crucial: # https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_syntax %files