mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00: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:
parent
cb796c57d6
commit
c748b3d286
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue