fix uname mock arguments for get-pip.py

Change-Id: I36b3c8c7b0dfca41db54490306f47ddbf8eec836
(cherry picked from commit baa076837d)
This commit is contained in:
Julia Kreger 2018-07-24 11:19:49 -07:00 committed by Olivier Bourdon
parent 006bfb14dd
commit 2cb36f099f
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"