On Fri, Dec 24, 2010 at 09:04:49PM -0600, Steve M. Robbins wrote:
> This solution will fail if /var/www/squid-reports/* ever expands to
> more than 1 file; e.g.
>
> test -f /usr/lib/lib*.so
> bash: test: too many arguments
Hmpf. Indeed.
> One simple answer is to just ignore the error:
>
>
On Tue, Dec 14, 2010 at 11:18:02AM +0100, Sven Hoexter wrote:
> Hi,
> after a short look I think something like this should help:
>
> --- preinst.orig2010-12-14 11:09:41.0 +0100
> +++ preinst 2010-12-14 11:10:20.0 +0100
> @@ -64,7 +64,7 @@
> fi
>
Hi,
after a short look I think something like this should help:
--- preinst.orig2010-12-14 11:09:41.0 +0100
+++ preinst 2010-12-14 11:10:20.0 +0100
@@ -64,7 +64,7 @@
fi
if test -d /var/www/squid-reports; then
-
3 matches
Mail list logo