This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix previous commit
pull/249/head
falkTX
2 years ago
parent
a97a009abd
commit
ba139eb31d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save