aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/android-sdk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index 5e09621e4..6f65c5f6a 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -38,7 +38,7 @@ class AndroidSdk <Formula
(bin/:adb).write <<-EOS.undent
#!/bin/sh
ADB="#{prefix}/platform-tools/adb"
- test -f "$ADB" && exec "$ADB" $@
+ test -f "$ADB" && exec "$ADB" "$@"
echo Use the \\`android\\' tool to install adb.
EOS
end