freight-team / freight

A modern take on the Debian archive.
Other
107 stars 37 forks source link

bin/freight-cache: don't quote the FIND_L variable #139

Closed yegorich closed 1 year ago

yegorich commented 1 year ago

FIND_L variable defines the -L parameter to the find command. Hence it should not be quoted. Otherwise, find command produces the following error:

find: ‘’: No such file or directory

Fixes #138