fix uname mock arguments for get-pip.py

Change-Id: I36b3c8c7b0dfca41db54490306f47ddbf8eec836
This commit is contained in:
Julia Kreger 2018-07-24 11:19:49 -07:00
parent bafbf5345f
commit baa076837d
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"