From 233b0cf7c04061146221ba646f107170bd7b2c49 Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 6 Aug 2021 22:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/ql.sh | 2 +- Scripts/sh/v2p.sh | 2 +- Scripts/sh/v4.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/sh/ql.sh b/Scripts/sh/ql.sh index ce6b653..244bf50 100644 --- a/Scripts/sh/ql.sh +++ b/Scripts/sh/ql.sh @@ -44,7 +44,7 @@ inp() { } warn() { - echo -e "\e[31m\n$1 \e[0m\n" + echo -e "\e[31m$1 \e[0m" } cancelrun() { diff --git a/Scripts/sh/v2p.sh b/Scripts/sh/v2p.sh index d96d572..77a7a3d 100644 --- a/Scripts/sh/v2p.sh +++ b/Scripts/sh/v2p.sh @@ -41,7 +41,7 @@ inp() { } warn() { - echo -e "\e[31m\n$1 \e[0m\n" + echo -e "\e[31m$1 \e[0m" } cancelrun() { diff --git a/Scripts/sh/v4.sh b/Scripts/sh/v4.sh index d3f17bb..3c45c67 100644 --- a/Scripts/sh/v4.sh +++ b/Scripts/sh/v4.sh @@ -47,7 +47,7 @@ inp() { } warn() { - echo -e "\e[31m\n$1 \e[0m\n" + echo -e "\e[31m$1 \e[0m" } cancelrun() {