File: debuild

package info (click to toggle)
dgit 10.7%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,120 kB
  • sloc: perl: 12,313; sh: 5,533; makefile: 306; tcl: 69
file content (4 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (10)
1
2
3
4
#!/bin/bash
set -e
echo "DGIT TEST STUNT DEBUILD $*" >&2
"${DGIT_TEST_REAL_DEBUILD}" --preserve-env --preserve-envvar PATH "$@"