From 2f53279a8d96265f029da2062d7d754808211deb Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 23 Feb 2012 20:56:10 -0600 Subject: Bugfix: use the right USE symbol. --- toys/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/tail.c b/toys/tail.c index 08bae7b6..5ae295b8 100644 --- a/toys/tail.c +++ b/toys/tail.c @@ -6,7 +6,7 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/tail.html -USE_HEAD(NEWTOY(tail, "c:fn:", TOYFLAG_BIN)) +USE_TAIL(NEWTOY(tail, "c:fn:", TOYFLAG_BIN)) config TAIL bool "tail" -- cgit v1.2.3