From 672c139f0478c09d558d3a5f2d0971def9aa6586 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 18 May 2026 19:22:11 +0000 Subject: [PATCH] Fix syntax error in source-release.sh --- debian/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index c51b451..9b58ac5 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -43,7 +43,7 @@ apt install -y sqlite3 unzip CWD=$(pwd) #install the following dependencies if the switch version is greater than 1.10.0 -if [ ."$switch_branch" = ."master" ] then +if [ ."$switch_branch" = ."master" ]; then # libks build-requirements apt install -y cmake uuid-dev