From cfcdfd28451b23fa50e650efdc06b7cbacca6b19 Mon Sep 17 00:00:00 2001 From: whoisxxx Date: Wed, 2 Sep 2020 11:38:34 +0800 Subject: [PATCH] fix error --- tools/mkfs-oe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkfs-oe.sh b/tools/mkfs-oe.sh index 351b573e..ea501fd8 100755 --- a/tools/mkfs-oe.sh +++ b/tools/mkfs-oe.sh @@ -8,7 +8,7 @@ # in RISC-V system, or x86/aarch64 system that support # cross-arch dnf installation. -. globals.inc +. ./globals.inc INSTALL_RPMS="$CORE_RPMS $BUILD_TOOLS" -- Gitee