From 3ae6b969a31ffbd15689b95fc73e01aa93ceddf7 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 9 Dec 2013 09:30:18 +0100 Subject: [PATCH] testminiwget.sh: fix comment (it now works with dash) --- miniupnpc/testminiwget.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniupnpc/testminiwget.sh b/miniupnpc/testminiwget.sh index 4f08803..80e153b 100755 --- a/miniupnpc/testminiwget.sh +++ b/miniupnpc/testminiwget.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: testminiwget.sh,v 1.9 2013/04/27 15:47:27 nanard Exp $ +# $Id: testminiwget.sh,v 1.10 2013/11/13 15:08:08 nanard Exp $ # project miniupnp : http://miniupnp.free.fr/ # (c) 2011-2012 Thomas Bernard # @@ -13,7 +13,7 @@ # 4 - kills the local HTTP server and exits # # The script was tested and works with ksh, bash -# It fails to run with dash 0.5.5.1 because of "kill %1" +# it should now also run with dash TMPD=`mktemp -d miniwgetXXXXXXXXXX` HTTPSERVEROUT="${TMPD}/httpserverout"