summaryrefslogtreecommitdiffstats
path: root/contrib/cmdline/bugs
blob: 2e8655876d55e543b8dc2f546856d0198a43feb5 (plain)
1
2
3
4
5
6
#!/bin/sh

thisdir=`dirname "$0"`
bugids=`$thisdir/bugids "$@"` || echo "$bugids" 1>&2 && exit 1

echo "$bugids" | sed -e 's/ /\,/g'