Add logging when there are changes

This commit is contained in:
chonghe
2023-10-03 20:49:10 +08:00
committed by Tan Chee Keong
parent 0c0843072f
commit 1651f9871a

View File

@@ -77,6 +77,7 @@ else
cp $2 $1
changes=true
update+=(true)
echo "$1 has been updated"
fi
}