Index: build/android/adb_run_content_shell |
diff --git a/build/android/adb_run_content_shell b/build/android/adb_run_content_shell |
index 082074f33c8c6973451bbc197976bec917e284e4..bfc7367b793b3bbd0ac42eb5158e44b1a6a41b0f 100755 |
--- a/build/android/adb_run_content_shell |
+++ b/build/android/adb_run_content_shell |
@@ -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 \ |