1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Make it a little more robust.

This commit is contained in:
Mark Linimon 2006-07-09 19:02:14 +00:00
parent f1b5d7479c
commit 48eea8eed4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167298

View File

@ -7,5 +7,5 @@
ps axww | \
grep "/var/portbuild/scripts/pdispatch" | \
grep -v "grep /var/portbuild/scripts/pdispatch" | \
sed -e "s@.*pdispatch @@;s@/var/portbuild/scripts/portbuild .*/usr/ports/@@;s/ /-/" | \
sed -e "s@.*pdispatch @@;s@/var/portbuild/scripts/portbuild .*/usr/ports/@@;s@^ @@g;s@ @-@" | \
sort