[debian-edu-commits] debian-edu/ 01/01: fix syntax error in	education-menus.postinst
    Holger Levsen 
    holger at moszumanska.debian.org
       
    Sun Sep 21 11:31:37 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu.
commit bd477401450da983d7764b9d99bbffda7ef999cf
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Sep 21 13:31:12 2014 +0200
    fix syntax error in education-menus.postinst
---
 debian/education-menus.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/education-menus.postinst b/debian/education-menus.postinst
index b045cc3..77e4369 100755
--- a/debian/education-menus.postinst
+++ b/debian/education-menus.postinst
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-if(  ( test "$1" = "configure" ) && 
+if  ( test "$1" = "configure" ) && 
      ( test -x "$(type -p update-profile-cache 2>/dev/null)" ) ); then
   update-profile-cache;
 fi;
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu.git
    
    
More information about the debian-edu-commits
mailing list