We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaa865 commit 7e15ac8Copy full SHA for 7e15ac8
1 file changed
tools/pkglist.sh
@@ -182,7 +182,7 @@ fi
182
183
# memtest86 package list
184
if [[ "${memtest86}" = true ]]; then
185
- readarray -t -O "${#_loadfilelist[@]}" _loadfilelist <($(ls ${channel_dir}/${pkgdir_name}.${arch}/memtest86/*.${arch} 2> /dev/null))
+ readarray -t -O "${#_loadfilelist[@]}" _loadfilelist <(ls ${channel_dir}/${pkgdir_name}.${arch}/memtest86/*.${arch} 2> /dev/null)
186
187
for_module '_loadfilelist+=($(ls ${module_dir}/{}/${pkgdir_name}.${arch}/memtest86/*.${arch} 2> /dev/null))'
188
fi
0 commit comments