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