mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Fix environment variables when building file list for core updates
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
for i in BUILD_ARCH BUILDTARGET KVER; do
|
||||
if [ -z "${!i}" ]; then
|
||||
echo "${i} not set" >&2
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
FILELIST=
|
||||
|
||||
for dir in $@; do
|
||||
|
||||
Reference in New Issue
Block a user