diff options
author | joey <joey> | 1999-08-17 04:51:17 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:51:17 +0000 |
commit | 473b811394da493f2643d196d3ea2316b6ea034f (patch) | |
tree | ebf14354e3a2cd136fb56fbaad09f25aff394eca /dh_lib | |
parent | fa0b6b8309672b44488dfef0891de99ef6f09d30 (diff) | |
download | debhelper-473b811394da493f2643d196d3ea2316b6ea034f.tar.gz |
r86: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r-- | dh_lib | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,11 @@ error() { exit 1 } +# Output a warning. +warning() { + echo `basename $0`": $1" >&2 +} + # Pass it a name of a binary package, it returns the name of the tmp dir to # use, for that package. # This is for back-compatability with the debian/tmp tradition. |