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)
committerRaphael Moll <ralf@android.com>
Mon, 20 Jun 2011 23:03:14 +0000 (16:03 -0700)
commit70a86b0fb79d0d9c79fb34181ceb9268ea4685dd
tree7f43febc86a75142e4d04deb302f5e786c0c96ff
parent04b963a1c037a7e9e8b5fb46603e009965293d9d
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