From 5b6fa2b59ded2d57f88b1a2c444294c0720c660e Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Wed, 16 Mar 2022 01:09:35 +0100 Subject: [PATCH] sqn-completion - remove obsolete commented line --- sqn-completion.bash | 1 - 1 file changed, 1 deletion(-) 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]%.*}"