[Pkg-mozext-commits] [itsalltext] 377/459: Fixed OS-X open call. D'oh

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 50856a4e6036ba7ee3be20c487d5db84df23b4fb
Author: Christian Höltje <docwhat at gerf.org>
Date:   Fri Aug 12 22:16:01 2011 -0400

    Fixed OS-X open call. D'oh
---
 src/chrome/content/cacheobj.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/cacheobj.js b/src/chrome/content/cacheobj.js
index a8b962c..64cf966 100644
--- a/src/chrome/content/cacheobj.js
+++ b/src/chrome/content/cacheobj.js
@@ -379,7 +379,7 @@ CacheObj.prototype.edit = function (extension, clobber) {
 	    program.isDirectory() &&
 	    program.leafName.match(/\.app$/i)) {
 	    // OS-X .app bundles should be run with open.
-            args = ['-a', program.path, '--args', filename];
+            args = ['-a', program.path, filename];
 	    program = ItsAllText.factoryFile('/usr/bin/open');
 	} else {
             /* Mac check because of

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list