代码拉取完成,页面将自动刷新
From 4b0f8a65e71da4ba05ac7850cd2f20fb11f1e174 Mon Sep 17 00:00:00 2001
From: wangmengc <[email protected]>
Date: Mon, 8 Apr 2024 15:31:41 +0800
Subject: [PATCH 4/8] fix exec -c exec -l Redundant output
---
builtins_rust/exec/src/lib.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/builtins_rust/exec/src/lib.rs b/builtins_rust/exec/src/lib.rs
index 4edefab..2e14b41 100644
--- a/builtins_rust/exec/src/lib.rs
+++ b/builtins_rust/exec/src/lib.rs
@@ -199,7 +199,6 @@ pub extern "C" fn r_exec_builtin(mut list: *mut WordList) -> i32 {
} else {
//exec后直接给命令
command = search_for_command(*args.offset(0), 1);
- println!("command:{}", CStr::from_ptr(command).to_str().unwrap());
}
if command.is_null() {
--
2.43.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。