5 Star 0 Fork 6

src-openEuler/utshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0003-fix-exec-c-exec-l-Redundant-output.patch 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/utshell.git
[email protected]:src-openeuler/utshell.git
src-openeuler
utshell
utshell
master

搜索帮助