diff --git a/sqn-completion.bash b/sqn-completion.bash index aeba6f8..498290f 100755 --- a/sqn-completion.bash +++ b/sqn-completion.bash @@ -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]%.*}"