Skip to content

Commit

Permalink
readlink: note that our -f is really -e
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <[email protected]>
  • Loading branch information
vapier committed Mar 12, 2013
1 parent af9e70b commit 1b49c25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion coreutils/readlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
* -q, --quiet, -s, --silent suppress most error messages
* -v, --verbose report error messages
*
* bbox supports: -f -n -v (fully), -q -s (accepts but ignores)
* bbox supports: -f (partially) -n -v (fully), -q -s (accepts but ignores)
* Note: we export the -f flag, but our -f behaves like coreutils' -e.
* Unfortunately, there isn't a C lib function we can leverage to get this
* behavior which means we'd have to implement the full stack ourselves :(.
*/

int readlink_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
Expand Down

0 comments on commit 1b49c25

Please sign in to comment.