File: libapache2-mod-perl2.bug

package info (click to toggle)
libapache2-mod-perl2 2.0.9~1624218-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 11,840 kB
  • sloc: perl: 95,064; ansic: 14,522; makefile: 49; sh: 18
file content (6 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/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