sqn-completion - remove obsolete commented line
This commit is contained in:
@@ -56,7 +56,6 @@ installCompletion() {
|
|||||||
|
|
||||||
# Create aliases and command (alias) list for "complete" command"
|
# Create aliases and command (alias) list for "complete" command"
|
||||||
IFS=$'\n' read -r -d '' -a SEQLIST < <(ls -1 "$SEQBASE/${cur}"*.sh)
|
IFS=$'\n' read -r -d '' -a SEQLIST < <(ls -1 "$SEQBASE/${cur}"*.sh)
|
||||||
#SEQLIST=("$(ls "$SEQBASE/${cur}"*.sh)")
|
|
||||||
for i in "${!SEQLIST[@]}"; do
|
for i in "${!SEQLIST[@]}"; do
|
||||||
SEQLIST[$i]="${SEQLIST[$i]##*/}"
|
SEQLIST[$i]="${SEQLIST[$i]##*/}"
|
||||||
SEQLIST[$i]="${SEQLIST[$i]%.*}"
|
SEQLIST[$i]="${SEQLIST[$i]%.*}"
|
||||||
|
Reference in New Issue
Block a user