From ab30ab04c0b6cb710adbbdd05247aba688d93541 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 17 Sep 2020 18:57:14 -1000 Subject: [PATCH] syncthing: simplify runtime test Passed argument no longer contains the release. Signed-off-by: Paul Spooren --- utils/syncthing/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/syncthing/test.sh b/utils/syncthing/test.sh index 5933bca69..f582111ce 100644 --- a/utils/syncthing/test.sh +++ b/utils/syncthing/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -syncthing --version | grep "${2%%-*}" +syncthing --version | grep "$2"