1 Star 0 Fork 40

wangzhiqiang/multipath-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0004-fix-syntax-error.patch 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangzhiqiang 提交于 2024-02-05 16:52 . upgrade version to 0.9.5
From 42fb8e13857b773a34aa386ccfc38dd4456a089b Mon Sep 17 00:00:00 2001
From: wangjufeng <wangjufeng@huawei.com>
Date: Fri, 1 Nov 2019 16:48:49 +0800
Subject: [PATCH] fix syntax error
---
create-config.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/create-config.mk b/create-config.mk
index f128375..81e9081 100644
--- a/create-config.mk
+++ b/create-config.mk
@@ -124,7 +124,8 @@ ifeq ($(ENABLE_DMEVENTS_POLL),0)
endif
SYSTEMD := $(strip $(or $(shell $(PKGCONFIG) --modversion libsystemd 2>/dev/null | awk '{print $$1}'), \
- $(shell systemctl --version 2>/dev/null | sed -n 's/systemd \([0-9]*\).*/\1/p')))
+ $(shell systemctl --version 2>/dev/null | sed -n 's/systemd\([0-9]*\).*/\1/p' | \
+ awk '{print $$1}')))
# $(call TEST_CC_OPTION,option,fallback)
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/foolstrong/multipath-tools.git
git@gitee.com:foolstrong/multipath-tools.git
foolstrong
multipath-tools
multipath-tools
master

搜索帮助