Explorar el Código

Fix bulk update for subdirs

Willy-JL hace 1 año
padre
commit
33e2f7009c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .utils/bulk-update-subtrees.sh

+ 1 - 0
.utils/bulk-update-subtrees.sh

@@ -6,6 +6,7 @@ if [ "$(git rev-parse --show-prefix)" != "" ]; then
     exit
 fi
 
+shopt -s globstar
 for file in **/.gitsubtree; do
     subtree="$(dirname "${file}")"
     echo -e "\n\nUpdating ${subtree}..."