> That *IS* yuck.  Would this solve the problem?
> 
> diff -ud tests/query_manifest.sh /tmp/buffer-content-2377_vZ
> --- tests/query_manifest.sh   2008-11-12 11:07:23.000000000 +1100
> +++ /tmp/buffer-content-2377_vZ       2008-11-17 10:10:56.462253374 +1100
> @@ -18,7 +18,7 @@
>      darcs query manifest $3 --no-files --directories | sort > darcs-dirs.tmp
>      darcs query manifest $3 --files --directories | sort > 
> darcs-files-dirs.tmp
>      for x in files dirs files-dirs ; do
> -        sort -o sorted-$x.tmp $x.tmp
> +        sort >sorted-$x.tmp $x.tmp
>          diff sorted-$x.tmp darcs-$x.tmp

It looks like it should judging from the other calls to sort, although I
might write it like

> +        sort  $x.tmp > sorted-$x.tmp

Care to submit a patch?

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

Attachment: pgpMPgEnm76Qr.pgp
Description: PGP signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to