From 604f6f338e135d9a7f766f994e6766308cf58652 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Tue, 21 Jun 2016 15:45:53 +0800 Subject: [PATCH] [go-xcat] Fix a bug of command line argument processing --- xCAT-server/share/xcat/tools/go-xcat | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index 648749f80..e658bd79d 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -1246,7 +1246,6 @@ do *) [ "$1" == "--" ] && shift GO_XCAT_ACTION="$1" - shift ;; esac shift