sqn-completion - remove obsolete commented line

This commit is contained in:
2022-03-16 01:09:35 +01:00
parent d57d7b2c0b
commit 5b6fa2b59d

View File

@@ -56,7 +56,6 @@ installCompletion() {
# Create aliases and command (alias) list for "complete" command"
IFS=$'\n' read -r -d '' -a SEQLIST < <(ls -1 "$SEQBASE/${cur}"*.sh)
#SEQLIST=("$(ls "$SEQBASE/${cur}"*.sh)")
for i in "${!SEQLIST[@]}"; do
SEQLIST[$i]="${SEQLIST[$i]##*/}"
SEQLIST[$i]="${SEQLIST[$i]%.*}"