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
Mute which output in generate-ttl.sh
pull/292/head
Luciano Iam
3 years ago
parent
1bf94ee615
commit
bf156dd0ca
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
2
>/dev/null; then
if ! which realpath >/dev/null
2>&1
; then
function realpath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
}
Write
Preview
Loading…
Cancel
Save