Commit ff894eb8 authored by fuyanbin's avatar fuyanbin
Browse files

fix: 变量定义错误

parent 6c91e8bc
Pipeline #26564 passed with stages
in 9 seconds
...@@ -48,14 +48,14 @@ build_dir=$(mktemp -d "$BUILD_DIR"/tmp.XXXXX) ...@@ -48,14 +48,14 @@ build_dir=$(mktemp -d "$BUILD_DIR"/tmp.XXXXX)
packge_dir=$(mktemp -d "$BUILD_DIR"/tmp.XXXXX) packge_dir=$(mktemp -d "$BUILD_DIR"/tmp.XXXXX)
boot_dir=$(mktemp -d "$BUILD_DIR"/tmp.XXXXX) boot_dir=$(mktemp -d "$BUILD_DIR"/tmp.XXXXX)
system_mount_point system_mount_point=""
system_path system_path=""
systemfile systemfile=""
systemfile_ext4 systemfile_ext4=""
is_amlogic=1 is_amlogic=1
outfile_path outfile_path=""
unpack_and_mount_image() { unpack_and_mount_image() {
local img="$1" local img="$1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment