Revise update-ref script

This commit is contained in:
bocchino 2023-08-22 15:50:43 -07:00
parent 98755c369e
commit 979973936c

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
for file in `find . -mindepth 2 -name update-ref`
for file in `find . -mindepth 2 -maxdepth 2 -name update-ref`
do
dir=`dirname $file`
echo "[ $dir ]"