[Pkg-mozext-commits] [itsalltext] 278/459: fixed shell usage.

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:29 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 7b0df972058d0d00c9240e485005a4bf56d6dad1
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Tue Oct 2 10:26:16 2007 -0400

    fixed shell usage.
---
 src/chrome/locale/en-US/readme.xhtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/locale/en-US/readme.xhtml b/src/chrome/locale/en-US/readme.xhtml
index 3c20249..7c0024f 100644
--- a/src/chrome/locale/en-US/readme.xhtml
+++ b/src/chrome/locale/en-US/readme.xhtml
@@ -112,7 +112,7 @@
     <pre lang="sh">#!/bin/sh
 # This is an example shell script for It's All Text!
 
-open -a /path/to/editor.app $*</pre>
+open -a /path/to/editor.app "$@"</pre>
 
     <p>
       Other alternative shell scripts are available at <a href="http://docwhat.gerf.org/2007/03/its_all_text_v06/#comment-2054">here</a>.

-- 
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