mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
build/release/src: fix bad variable reference
it's i, not 1 Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -107,7 +107,7 @@ copy_files()
|
||||
if [ ! -f "${i}" ]; then
|
||||
rm -Rf "${srcdir}" || \
|
||||
err "copy_files: !rm -Rf ${srcdir}"
|
||||
err "copy_files: file '${1}' does not exist"
|
||||
err "copy_files: file '${i}' does not exist"
|
||||
fi
|
||||
cp "${i}" "${srcdir}/" || \
|
||||
err "copy_files: !cp ${i} ${srcdir}/"
|
||||
|
||||
Reference in New Issue
Block a user