Internally, Google uses all the longopts; Android currently only uses this one. I was tempted to add the others, but went with "add them when a toybox user needs them" rather than "add them when you've seen them used". --- toys/other/readlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toys/other/readlink.c b/toys/other/readlink.c index 1a75dcac..6a1a7443 100644 --- a/toys/other/readlink.c +++ b/toys/other/readlink.c @@ -2,7 +2,7 @@ * * Copyright 2007 Rob Landley <[email protected]> -USE_READLINK(NEWTOY(readlink, "<1>1nqmef[-mef]", TOYFLAG_USR|TOYFLAG_BIN)) +USE_READLINK(NEWTOY(readlink, "<1>1nqmef(canonicalize)[-mef]", TOYFLAG_USR|TOYFLAG_BIN)) config READLINK bool "readlink" -- 2.20.1.415.g653613c723-goog
From 89d5eab4058e502b33877d3d3029d01676a48176 Mon Sep 17 00:00:00 2001 From: Elliott Hughes <[email protected]> Date: Wed, 19 Dec 2018 09:18:00 -0800 Subject: [PATCH] readlink: add --canonicalize synonym for -f. Internally, Google uses all the longopts; Android currently only uses this one. I was tempted to add the others, but went with "add them when a toybox user needs them" rather than "add them when you've seen them used". --- toys/other/readlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/other/readlink.c b/toys/other/readlink.c index 1a75dcac..6a1a7443 100644 --- a/toys/other/readlink.c +++ b/toys/other/readlink.c @@ -2,7 +2,7 @@ * * Copyright 2007 Rob Landley <[email protected]> -USE_READLINK(NEWTOY(readlink, "<1>1nqmef[-mef]", TOYFLAG_USR|TOYFLAG_BIN)) +USE_READLINK(NEWTOY(readlink, "<1>1nqmef(canonicalize)[-mef]", TOYFLAG_USR|TOYFLAG_BIN)) config READLINK bool "readlink" -- 2.20.1.415.g653613c723-goog
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
