Browse Source

Mute which output in generate-ttl.sh

pull/292/head
Luciano Iam 3 years ago
parent
commit
bf156dd0ca
1 changed files with 1 additions and 1 deletions
  1. +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#./}"
}


Loading…
Cancel
Save