Skip to content

Commit f5b46f0

Browse files
committed
[fix] : Fixed SC2162
1 parent 998be66 commit f5b46f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ show_settings() {
382382
msg_info "Build with architecture ${arch}."
383383
if [[ "${noconfirm}" = false ]]; then
384384
echo -e "\nPress Enter to continue or Ctrl + C to cancel."
385-
read
385+
read -r
386386
fi
387387
trap 1 2 3 15
388388
trap 'umount_trap' 1 2 3 15

0 commit comments

Comments
 (0)