Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
[unibild] [SKIP CI] don't use $1
Browse files Browse the repository at this point in the history
Signed-off-by: Kibo Hikari <[email protected]>
  • Loading branch information
sr229 committed Aug 14, 2019
1 parent 5e2b074 commit b4cfadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ proot_exec cd /mnt/cros/build && cros_sdk --download -- setup_board --board=maru
proot_exec cd /mnt/cros/build && cros_sdk -- ./build_packages --nowithdebug --board=maru-"$BOARD_ARCH";
proot_exec cd /mnt/cros/build && cros_sdk -- ./build_image --board=maru-"$BOARD_ARCH" base;

echo "Image has been built. Check $BASE_DIR/src/images/maru-$1."
echo "Image has been built. Check $BASE_DIR/src/images/maru-$CHROMEOS_VERSION."
exit 0

0 comments on commit b4cfadb

Please sign in to comment.