listing dependencies in a list... (instead of a tree)
Samuel Verstraete
samuel.verstraete at gmail.com
Wed May 24 08:08:58 UTC 2006
meh :(
doesn't work of course
forget it...
On Wed, 24 May 2006 10:03:11 +0200
Samuel Verstraete <samuel.verstraete at gmail.com> wrote:
> [code]
>
> #!/bin/bash
> DEPENDS=`lsh find_depends $1`
> for n in $DEPENDS; do
> DEPENDS="$DEPENDS `lsh find_depends $n`"
> done
>
> lsh sort_by_dependency $DEPENDS
>
> [/code]
>
> i'd call it... lvu list_depends
>
> ;)
>
> gr,S.
> _______________________________________________
> Lunar-dev mailing list
> Lunar-dev at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar-dev
More information about the Lunar-dev
mailing list