2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 21:20:36 +00:00

Merge pull request #1354 from neo954/go-xcat

[go-xcat] Fix bug #1351 of command line argument processing
This commit is contained in:
Xiaopeng Wang
2016-06-22 07:44:03 +08:00
committed by GitHub

View File

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