| Index: build/android/adb_run_chromium_testshell
|
| diff --git a/build/android/adb_run_chromium_testshell b/build/android/adb_run_chromium_testshell
|
| index 7829a76b94dc0e9e7edd0d92c6f381607043c95a..b17482c7610fb270e2727052df45747e6b25bcff 100755
|
| --- a/build/android/adb_run_chromium_testshell
|
| +++ b/build/android/adb_run_chromium_testshell
|
| @@ -5,7 +5,7 @@
|
| # found in the LICENSE file.
|
|
|
| if [ $# -gt 0 ] ; then
|
| - INTENT_ARGS='-d "$1"' # e.g. a URL
|
| + INTENT_ARGS="-d \"$1\"" # e.g. a URL
|
| fi
|
|
|
| adb shell am start \
|
|
|