Merge "fix uname mock arguments for get-pip.py"

This commit is contained in:
Zuul
2018-07-25 15:48:16 +00:00
committed by Gerrit Code Review

View File

@@ -61,6 +61,11 @@ while :; do
OPT_O=true
shift
;;
-rs)
OPT_R=true
OPT_S=true
shift
;;
*)
if [ ! -z "$1" ]; then
echo "uname -asnrpvmio"