From 3ffb000828f53e015c9b00c305aa9094db024256 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 24 Nov 2024 21:49:14 +0100 Subject: [PATCH] [harbour-storeman-installer.spec] Fix missing `$` for variable evaluation --- 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 14b1496..2500767 100644 --- a/rpm/harbour-storeman-installer.spec +++ b/rpm/harbour-storeman-installer.spec @@ -175,7 +175,7 @@ source %{_sysconfdir}/os-release # might be advisable, when using it inside a %%define statement's `%%()` ). sailfish_version="$(echo "$VERSION_ID" | cut -s -f 1-3 -d '.' | tr -d '.')" # sailfish_version must be an all numerical string of at least three digits: -if ! echo "sailfish_version" | grep -q '^[0-9][0-9][0-9][0-9]*$' +if ! echo "$sailfish_version" | grep -q '^[0-9][0-9][0-9][0-9]*$' then echo "Error: VERSION_ID=$VERSION_ID => sailfish_version=$sailfish_version" >&2 else # Ensure that the repo config is correct: If it is missing or a fixed