get the change only

This commit is contained in:
richard 2023-02-10 18:01:00 +00:00
parent 5cd6616479
commit 594812ee50

View file

@ -18,7 +18,7 @@ getChanges()
declare -i updated=0;
declare -i deleted=0;
for i in $(cd $path; fossil changes --differ)
for i in $(cd $path; fossil changes --differ|cut -f1 -d' ')
do
case $i in