WIP change to new sequencer location

This commit is contained in:
2022-05-29 18:25:19 +02:00
parent 552927d25f
commit bf32e05725
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Get script working directory
sq_dir="$(cd "$(dirname -- "$(realpath -- "${BASH_SOURCE[0]}")")" >>/dev/null 2>&1 && pwd)"
sq_dir="$(cd "$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")")" >>/dev/null 2>&1 && pwd)"
_sequencerCompletion() {
local seqcomp_loc="${sq_dir}/sqn-completion.bash"