X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=tests%2Fatlocal.in;h=5eaaab68f4b24ef8714fdf4274be86eb0fb3d0ab;hp=380cac01aed4882869207bd043635e6f3917cecd;hb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9 diff --git a/tests/atlocal.in b/tests/atlocal.in index 380cac0..5eaaab6 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 $* +}