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

View File

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