[Pkg-mono-svn-commits] [mono] 01/02: -z and -n do the same thing, right? Fixes autopkgtest for real.

Jo Shields directhex at moszumanska.debian.org
Wed Feb 26 11:08:59 UTC 2014


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

directhex pushed a commit to branch master-experimental
in repository mono.

commit 6a913860ae7e9f2fad0908626a208c61b6a9efcf
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Feb 26 10:27:55 2014 +0000

    -z and -n do the same thing, right? Fixes autopkgtest for real.
---
 debian/mono-gac.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/mono-gac.postinst b/debian/mono-gac.postinst
index 7c8a20e..5edd6a1 100644
--- a/debian/mono-gac.postinst
+++ b/debian/mono-gac.postinst
@@ -5,7 +5,7 @@
 #
 # We only need to do this on upgrade; on first configure we know
 # that any GAC libraries will call gac-install-package later.
-if [ -z "$2" ]; then
+if [ -n "$2" ]; then
     # Install the GAC
     if [ -x /usr/share/cli-common/gac-install ]; then
 	/usr/share/cli-common/gac-install mono

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



More information about the Pkg-mono-svn-commits mailing list