OSDN Git Service

Envsetup: Cygwin doesn't have 'ps -o command'.
authorRaphael Moll <ralf@android.com>
Mon, 20 Jun 2011 23:03:14 +0000 (16:03 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 3 Aug 2011 04:38:32 +0000 (12:38 +0800)
commita6c82075812c6065b478cded8126f4f10e098bee
tree567a1f4bbea8b647d63a4fb1df4b250c507de9a8
parent279c1ccff6833e86cfd7c16ca178ff59ec29ef8a
Envsetup: Cygwin doesn't have 'ps -o command'.

Running build/envsetup.sh on cygwin always shows a
warning since there is no 'ps -o command' option.
Bash already sets SHELL=/bin/bash so we can rely on that if present.

Change-Id: I145b42508985735ba61d2b53b216ecc56e321943
envsetup.sh