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
Rework
bf156dd
in a more efficient way
pull/295/head
Luciano Iam
4 years ago
parent
3abba70bfd
commit
b1ce3ecbb7
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
@@ -1,7 +1,7 @@
#!/bin/bash
# function not available on some systems
if ! which realpath >/dev/null
2>&1
; then
if ! which realpath
&
>/dev/null; then
function realpath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
}
Write
Preview
Loading…
Cancel
Save