From f4a82aa55c55e1a9233e99a5598e180f0858d877 Mon Sep 17 00:00:00 2001 From: LoGin Date: Sun, 10 Mar 2024 20:42:41 +0800 Subject: [PATCH] Update Novashell version to 473d5c403c (#574) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix: 用户输入不正确的;以及单独输入单引号和双引号造成系统重启 - 修改命令解析算法 - fix: 输出多余的光标和命令信息 --- user/dadk/config/nova_shell-0.1.0.dadk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/dadk/config/nova_shell-0.1.0.dadk b/user/dadk/config/nova_shell-0.1.0.dadk index 984bc8e4..d0931a14 100644 --- a/user/dadk/config/nova_shell-0.1.0.dadk +++ b/user/dadk/config/nova_shell-0.1.0.dadk @@ -6,7 +6,7 @@ "BuildFromSource": { "Git": { "url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git", - "revision": "3057dc457d" + "revision": "473d5c403c" } } },