OSDN Git Service

[fix] : Fixed SC2162
authorhayao <hayao@fascode.net>
Sat, 19 Jun 2021 02:17:42 +0000 (11:17 +0900)
committerhayao <hayao@fascode.net>
Sat, 19 Jun 2021 02:17:42 +0000 (11:17 +0900)
build.sh

index 1f68190..8e1364a 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -382,7 +382,7 @@ show_settings() {
     msg_info "Build with architecture ${arch}."
     if [[ "${noconfirm}" = false ]]; then
         echo -e "\nPress Enter to continue or Ctrl + C to cancel."
-        read
+        read -r
     fi
     trap 1 2 3 15
     trap 'umount_trap' 1 2 3 15