Skip to content

Commit

Permalink
we need "..." for variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed May 28, 2022
1 parent fe95a15 commit 49ae9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fetch-basefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ done
#shift $((OPTIND - 1))

# get list of *.tar* files at URL
flist=$(lftp -e 'set ssl:verify-certificate no; connect $url ;cls -1 *.tar*;exit' 2>/dev/null)
flist=$(lftp -e "set ssl:verify-certificate no; connect $url ;cls -1 *.tar*;exit" 2>/dev/null)

# create an array of all lines
baselist=($flist)
Expand Down

0 comments on commit 49ae9b8

Please sign in to comment.