2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +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

View File

@ -1246,7 +1246,6 @@ do
*)
[ "$1" == "--" ] && shift
GO_XCAT_ACTION="$1"
shift
;;
esac
shift