[Pkg-zsh-commits] [zsh] 01/01: Fix copy & paste error in debian/tests/run-testsuite (Makefile syntax vs shell syntax)

Axel Beckert abe at deuxchevaux.org
Sun Sep 14 22:32:22 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 f6cf789deb0d3410134e6b8ce1d566ad0ffbc88f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Sep 15 00:32:11 2014 +0200

    Fix copy & paste error in debian/tests/run-testsuite (Makefile syntax vs shell syntax)
    
    Git-Dch: Ignore
---
 debian/tests/run-testsuite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/run-testsuite b/debian/tests/run-testsuite
index 10d3b7b..3e48b33 100755
--- a/debian/tests/run-testsuite
+++ b/debian/tests/run-testsuite
@@ -55,4 +55,4 @@ else
 fi
 sleep 1
 rm -rf Modules .zcompdump
-exit $$stat
+exit $stat

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