]> git.cworth.org Git - tar/blobdiff - tests/atlocal.in
Imported Upstream version 1.21
[tar] / tests / atlocal.in
index 380cac01aed4882869207bd043635e6f3917cecd..5eaaab68f4b24ef8714fdf4274be86eb0fb3d0ab 100644 (file)
@@ -30,4 +30,8 @@ tarball_prereq() {
   echo "$2  $3/$1" | md5sum --status --check - >/dev/null 2>&1
 }
 
+decho() {
+  echo $*
+  echo >&2 $*
+}