2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-22 08:42:47 +00:00

[go-xcat] Fix a bug of command line argument processing

This commit is contained in:
GONG Jie
2016-06-21 15:45:53 +08:00
parent afa26d2e86
commit 604f6f338e
-1
View File
@@ -1246,7 +1246,6 @@ do
*)
[ "$1" == "--" ] && shift
GO_XCAT_ACTION="$1"
shift
;;
esac
shift