X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tests%2Fatlocal.in;fp=tests%2Fatlocal.in;h=5eaaab68f4b24ef8714fdf4274be86eb0fb3d0ab;hb=d3daaa199aca7497bb507f92b693c8457353f96a;hp=380cac01aed4882869207bd043635e6f3917cecd;hpb=01e54b91809c75d91ebaefacc7481f4872a8fac2;p=tar 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 $* +}