瀏覽代碼

Fix bulk update for subdirs

Willy-JL 1 年之前
父節點
當前提交
33e2f7009c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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}..."