[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: AM report for Adriaan Peeters <apeeters@lashout.net>



OoO  En ce début  d'après-midi ensoleillé  du samedi  17 mai  2008, vers
15:10, Thijs Kinkhorst <thijs@debian.org> disait:

>> OoO En ce début d'après-midi nuageux  du samedi 17 mai 2008, vers 14:20,
>> 
>> Kurt Roeckx <kurt@roeckx.be> disait:
>> >    Output from keycheck.sh:
>> 
>> Is  this script  in some  package? It  would be  useful  when sponsoring
>> packages.

> It's here:
> svn://svn.debian.org/svn/nm/trunk/nm-templates/keycheck.sh

Oh, it does not work with dash as sh. ;-)

Here is a simple patch:

Index: keycheck.sh
===================================================================
--- keycheck.sh	(révision 977)
+++ keycheck.sh	(copie de travail)
@@ -73,6 +73,6 @@
 	echo "Thank you."
 fi
 
-if [[ "$DELETE" = "yes" ]]; then
+if [ "$DELETE" = "yes" ]; then
 	rm -f $DESTDIR/nm.gpg
 fi
I cannot commit it myself due to permission problems.

Thanks!
-- 
Make sure every module hides something.
            - The Elements of Programming Style (Kernighan & Plauger)

Attachment: pgpfa3S469rOp.pgp
Description: PGP signature


Reply to: