Fix indentation in git-pending script
This commit is contained in:
parent
1480cbbd96
commit
6e544d7503
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
repos() {
|
repos() {
|
||||||
(for name in $@; do find -L $name -name '*.git' -type d | sed 's/\/.git$//'; done)
|
(for name in $@; do find -L $name -name '*.git' -type d | sed 's/\/.git$//'; done)
|
||||||
}
|
}
|
||||||
|
|
||||||
for line in $(repos "$@")
|
for line in $(repos "$@")
|
||||||
|
|
Loading…
Reference in a new issue