mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
b6bb86a533
Patch by Andreas Franke <afranke@mathweb.org> a=justdave
7 lines
133 B
Bash
Executable File
7 lines
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'
|