From 00a2d3bc2441c97b527ee2b529ab078ec11974e1 Mon Sep 17 00:00:00 2001 From: huweihua Date: Mon, 26 Oct 2015 08:37:21 -0400 Subject: [PATCH] fix typo. $ signs were missing. --- .../share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 b/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 index 551504616..62c7ac8e3 100644 --- a/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 +++ b/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 @@ -193,7 +193,7 @@ function cleanup() fi # Clean up the uname hacking if [ -f "$IMGROOTPATH/bin/uname.save" ]; then - mv "IMGROOTPATH/bin/uname.save" "IMGROOTPATH/bin/uname" + mv "$IMGROOTPATH/bin/uname.save" "$IMGROOTPATH/bin/uname" fi fi