From 142a9abccb7967d16a18d358a1622a731ab188a7 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-probe/xCAT-probe.spec --- xCAT-probe/xCAT-probe.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-probe/xCAT-probe.spec b/xCAT-probe/xCAT-probe.spec index d2cd0243f..1fa41ccf3 100644 --- a/xCAT-probe/xCAT-probe.spec +++ b/xCAT-probe/xCAT-probe.spec @@ -66,7 +66,7 @@ if [ -e %{prefix}/probe/subcmds/bin/switchprobe ]; then else mkdir -p %{prefix}/probe/subcmds/bin/ fi -cd %{prefix}/probe/subcmds/bin/ +cd %{prefix}/probe/subcmds/bin/ if [ -e %{prefix}/bin/xcatclient ]; then ln -s %{prefix}/bin/xcatclient switchprobe fi