mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
list-cvs-files.sh: Fix git submodule recursion
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
aa221c249f
commit
a769db8648
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ list_dirents_cvs()
|
|||
list_dirents_git()
|
||||
{
|
||||
git ls-files $git_ls_files_opts $1
|
||||
[ "$opt_no_submodules" = 1 ] || git submodule foreach "git ls-files $git_ls_files_opts | sed 's|^|\$path/|'"
|
||||
[ "$opt_no_submodules" = 1 ] || git submodule foreach "git ls-files $git_ls_files_opts | sed \"s|^|\$path/|\""
|
||||
}
|
||||
|
||||
list_dirents()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue