[Pkg-zsh-commits] [zsh] 04/04: Consistent quoting in zsh4 wrapper

Axel Beckert abe at deuxchevaux.org
Fri Oct 10 11:06:12 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 6150764dafd319031ecf2448a3fb5fec22f715f8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Oct 10 13:05:35 2014 +0200

    Consistent quoting in zsh4 wrapper
    
    Git-Dch: Ignore
---
 debian/zsh4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/zsh4 b/debian/zsh4
index 5188086..5b0e076 100755
--- a/debian/zsh4
+++ b/debian/zsh4
@@ -6,9 +6,9 @@
 # See https://bugs.debian.org/707760 for reasoning, details and
 # discussion.
 
-if [[ $0 == *zsh4* ]]; then
+if [[ "$0" == *zsh4* ]]; then
     static=''
-    if [[ $0 == *static* ]]; then
+    if [[ "$0" == *static* ]]; then
         static=-static
     fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list