OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASH
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/
update_nav_icons.sh
4
# to run, simply execute the script. (if not using
bash
, cd to the dir
8
if [ -n $
BASH
]; then
/external/dtc/
Makefile
69
CONFIG_SHELL := $(shell if [ -x "$$
BASH
" ]; then echo $$
BASH
; \
70
else if [ -x /bin/
bash
]; then echo /bin/
bash
; \
Completed in 123 milliseconds