From 59c61327d9bdce934457ab5b197f1734c0860edc Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 30 Jul 2018 23:39:47 +0100 Subject: [PATCH] etc/profile.d/nb.sh --- etc/profile.d/nb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index 18c782e9..2c156163 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -122,6 +122,6 @@ nb_api_post_host_info() { nb_post_sys_infos() { # To be compatible with other sed that does not support \t sys_infos | tr '\t' '!' | sed -e 's/"/\\"/g' -e 's/^/key="sys./' -e 's/!/" val="/' -e 's/$/"/' | while read -r i; do - echo eval nb_api_post_host_info $i + eval nb_api_post_host_info $i done } -- 2.47.3