aboutsummaryrefslogtreecommitdiff
path: root/bin/80
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-07 18:05:30 -0300
committerEuAndreh <eu@euandre.org>2023-03-07 18:05:30 -0300
commit6ade8ec8815c2322add310d2cc200a0d66b027b2 (patch)
tree9c664764408202067b8e46f63445bff0c466d6c0 /bin/80
parentetc/sh/rc: s/$N_PROCS/$NPROC/g (diff)
downloaddotfiles-6ade8ec8815c2322add310d2cc200a0d66b027b2.tar.gz
dotfiles-6ade8ec8815c2322add310d2cc200a0d66b027b2.tar.xz
bin/80: Adapt to the working vcs(1)
Diffstat (limited to 'bin/80')
-rwxr-xr-xbin/802
1 files changed, 1 insertions, 1 deletions
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