aboutsummaryrefslogtreecommitdiff
path: root/toys/other
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other')
-rw-r--r--toys/other/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/stat.c b/toys/other/stat.c
index a1e12d58..0622a525 100644
--- a/toys/other/stat.c
+++ b/toys/other/stat.c
@@ -112,7 +112,7 @@ static void print_stat(char type)
}
llist_traverse(mt, free);
} else if (type == 'N') {
- xprintf("`%s'", TT.file);
+ xprintf("%s", TT.file);
if (S_ISLNK(stat->st_mode))
if (readlink0(TT.file, toybuf, sizeof(toybuf)))
xprintf(" -> `%s'", toybuf);