mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 09:32:41 +02:00
build/windows: Make 'clean' function more silent
This improves bundling script after c808d13b
.
No need to a waterfall of "(INFO): cleaning" outputs, one is enough.
This commit is contained in:
@@ -84,7 +84,9 @@ clean ()
|
||||
cleanedArray=($(find $1/ -iname ${2##*/}))
|
||||
fi
|
||||
for path_dest_full in "${cleanedArray[@]}"; do
|
||||
echo "(INFO): cleaning $path_dest_full"
|
||||
if [[ "$path_dest_full" = "${cleanedArray[0]}" ]]; then
|
||||
echo "(INFO): cleaning $1/$2"
|
||||
fi
|
||||
rm $path_dest_full
|
||||
done
|
||||
}
|
||||
|
Reference in New Issue
Block a user