Loading hosts/common/etc/pbuilder/rebuild-hooks/E01_print_environment 0 → 100755 +14 −0 Original line number Diff line number Diff line #!/bin/sh set -e BUILDDIR="${BUILDDIR:-/tmp/buildd}" Echo () { echo "I: ${*}" >&2 eval "${@}" | sed 's@^@ @g' } Echo set Echo uname -a Echo ls -l /bin Loading
hosts/common/etc/pbuilder/rebuild-hooks/E01_print_environment 0 → 100755 +14 −0 Original line number Diff line number Diff line #!/bin/sh set -e BUILDDIR="${BUILDDIR:-/tmp/buildd}" Echo () { echo "I: ${*}" >&2 eval "${@}" | sed 's@^@ @g' } Echo set Echo uname -a Echo ls -l /bin