Browse Source

Fix previous commit

pull/249/head
falkTX 2 years ago
parent
commit
ba139eb31d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/generate-ttl.sh

+ 1
- 1
utils/generate-ttl.sh View File

@@ -28,6 +28,6 @@ FOLDERS=`find . -type d -name \*.lv2`
for i in ${FOLDERS}; do
cd ${i}
FILE="$(ls *.${EXT} | sort | head -n 1)"
"${EXE_WRAPPER}" "${GEN}" "./${FILE}"
${EXE_WRAPPER} "${GEN}" "./${FILE}"
cd ..
done

Loading…
Cancel
Save