Explorar o código

lib.sh.in: fix tool checking.

Enno Boland %!s(int64=6) %!d(string=hai) anos
pai
achega
1b0964cc82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib.sh.in

+ 1 - 1
lib.sh.in

@@ -31,7 +31,7 @@ check_tools() {
     # if a different version of something is used than was expected.
     for tool in $LIBTOOLS $REQTOOLS ; do
         if ! which "$tool" > /dev/null ; then
-            die "Required tool $f is not available on this system!"
+            die "Required tool $tool is not available on this system!"
         fi
     done