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
commit 94eb3f9adc
1 changed files with 5 additions and 0 deletions

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"