X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fatlocal.in;h=5eaaab68f4b24ef8714fdf4274be86eb0fb3d0ab;hb=refs%2Ftags%2Fupstream%2F1.21;hp=380cac01aed4882869207bd043635e6f3917cecd;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=debian%2Ftar diff --git a/tests/atlocal.in b/tests/atlocal.in index 380cac01..5eaaab68 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -30,4 +30,8 @@ tarball_prereq() { echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1 } +decho() { + echo $* + echo >&2 $* +}