OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_list_cmd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/
install-build-deps.sh
271
new_list_cmd
="sudo apt-get install --reinstall $(echo $packages)"
272
if new_list="$(yes n | LANGUAGE=en LANG=C $
new_list_cmd
)"; then
291
# I am intentionally leaving out the '"'s around
new_list_cmd
,
293
echo "The following command failed: " ${
new_list_cmd
}
296
yes n | $
new_list_cmd
|| true
/external/chromium/build/
install-build-deps.sh
265
new_list_cmd
="sudo apt-get install --reinstall $(echo $packages)"
266
if new_list="$(yes n | LANG=C $
new_list_cmd
)"; then
285
# I am intentionally leaving out the '"'s around
new_list_cmd
,
287
echo "The following command failed: " ${
new_list_cmd
}
290
yes n | $
new_list_cmd
|| true
Completed in 46 milliseconds