Merge branch 'maint'
[platform/upstream/automake.git] / t / ax / am-test-lib.sh
index e2723f3..d3351d2 100644 (file)
@@ -727,7 +727,7 @@ process_requirements ()
   for am_tool in $*; do
     require_tool $am_tool
   done
-  unset am_tool
+  am_tool=; unset am_tool
   # We might need extra macros, e.g., from Libtool or Gettext.
   case " $required " in
     *\ libtool*) . ./t/libtool-macros.dir/get.sh;;