File: debuild

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