#!/bin/sh BUGHELPER=/usr/share/libapache2-mod-perl2/mp2bug # The output from the bughelper must be captured and sent to file # descriptor 3 so it gets included in the user's bug report [ -f $BUGHELPER ] && $BUGHELPER >& 3