File: debuild

package info (click to toggle)
dgit 15.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,540 kB
  • sloc: perl: 14,228; sh: 7,751; makefile: 346; python: 334; tcl: 69
file content (4 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (9)
1
2
3
4
#!/bin/bash
set -e
echo "DGIT TEST STUNT DEBUILD $*" >&2
"${DGIT_TEST_REAL_DEBUILD}" --preserve-env --preserve-envvar PATH "$@"