From 99ddecacdbccd32dae5f99e2269eea9415026b6a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 13 Nov 2021 22:05:32 +0100 Subject: vcs -> vcf --- common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common b/common index 6c7db2f..7dfc7dc 100644 --- a/common +++ b/common @@ -14,19 +14,19 @@ keys=( 'REV' ) -find_vcs() { +find_vcfs() { { find "${git_dir}" \ -name '.git' \ -prune \ , \ -type f \ - -name '*.vcs' \ + -name '*.vcf' \ -printf '%p\n' git -C "${git_dir}" archive HEAD \ | tar -t \ | sed ' - /\.vcs$/!d + /\.vcf$/!d s@^@'"${git_dir%/}"'/@ ' } \ -- cgit v1.2.3-70-g09d2