From 86c25f5335bd664a4f6dc7255c7556df707fe086 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 2 Oct 2019 18:46:36 -0700 Subject: readlink: add missing line, plus a test. I must have lost this line somehow when I moved the patch from my AOSP tree to a toybox tree. (But the ln tests passed on the host because I was using coreutils ln there :-( ) --- toys/other/readlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/readlink.c') diff --git a/toys/other/readlink.c b/toys/other/readlink.c index eb63d7f4..9ebf68d7 100644 --- a/toys/other/readlink.c +++ b/toys/other/readlink.c @@ -2,7 +2,7 @@ * * Copyright 2007 Rob Landley -USE_READLINK(NEWTOY(readlink, "<1>1nqmef(canonicalize)[-mef]", TOYFLAG_USR|TOYFLAG_BIN)) +USE_READLINK(NEWTOY(readlink, "<1nqmef(canonicalize)[-mef]", TOYFLAG_USR|TOYFLAG_BIN)) config READLINK bool "readlink" -- cgit v1.2.3