changeset 495:5f224a5773d6

Bugfix: use the right USE symbol.
author Rob Landley <rob@landley.net>
date Thu, 23 Feb 2012 20:56:10 -0600
parents eebfb11e84db
children f0247cfc37f2
files toys/tail.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/tail.c	Thu Feb 23 11:51:13 2012 -0800
+++ b/toys/tail.c	Thu Feb 23 20:56:10 2012 -0600
@@ -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"