From 6ade8ec8815c2322add310d2cc200a0d66b027b2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 7 Mar 2023 18:05:30 -0300 Subject: bin/80: Adapt to the working vcs(1) --- bin/80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/80 b/bin/80 index b971f5d..298efff 100755 --- a/bin/80 +++ b/bin/80 @@ -75,7 +75,7 @@ len() { } if [ $# = 0 ]; then - vcs ls-files | while read -r f; do + vcs ls | while read -r f; do len "$f" done else -- cgit v1.2.3