Index: tools/apps/update_homebrew/bin/update_homebrew.dart |
diff --git a/tools/apps/update_homebrew/bin/update_homebrew.dart b/tools/apps/update_homebrew/bin/update_homebrew.dart |
index 17d6e62d0ada7bfc8fe779fffd924dcd19972180..5e72f9ca04d3179aeb3f8a9cd6e82b6e3268eedd 100644 |
--- a/tools/apps/update_homebrew/bin/update_homebrew.dart |
+++ b/tools/apps/update_homebrew/bin/update_homebrew.dart |
@@ -140,7 +140,7 @@ class Dartium < Formula |
def shim_script target |
<<-EOS.undent |
#!/bin/bash |
- "#{prefix}/#{target}" "\$@" |
+ exec "#{prefix}/#{target}" "\$@" |
EOS |
end |