[Popcon-commits] cvs commit to popularity-contest by pere

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Sun, 08 Aug 2004 09:30:45 -0600


Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv2667

Modified Files:
	popcon-process.sh 
Log Message:
Let postinst and popcon-process.sh use /bin/sh, and make
sure the notation in postinst is POSIX compatible.  Patch
from David Weinehall.  (Closes: #260088)


Index: popcon-process.sh
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon-process.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- popcon-process.sh	14 Mar 2004 17:15:09 -0000	1.5
+++ popcon-process.sh	8 Aug 2004 15:30:43 -0000	1.6
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 set -e
 cd /org/popcon.debian.org/popcon-mail
 umask 0002