From 3de3c2fb5f27e09c469e4b04e37403edf259f7d1 Mon Sep 17 00:00:00 2001 From: DTB Date: Tue, 5 Dec 2023 21:12:51 -0700 Subject: [PATCH] syntax --- soft/soft | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/soft/soft b/soft/soft index 26003ee..50aadd2 100644 --- a/soft/soft +++ b/soft/soft @@ -61,4 +61,5 @@ then case "$LICENSE" in lgpl30) # GNU Lesser General Public License 3.0 curl 'https://www.gnu.org/licenses/lgpl-3.0.txt' ;; *) stream_license ;; -esac >"$LICENSES/$LICENSE" + esac >"$LICENSES/$LICENSE" +fi