gecko-dev/webtools/bugzilla/contrib/cmdline/bugs

7 строки
133 B
Bash
Executable File

#!/bin/sh
thisdir=`dirname "$0"`
bugids=`$thisdir/bugids "$@"` || echo "$bugids" 1>&2 && exit 1
echo "$bugids" | sed -e 's/ /\,/g'