abuild: echo invalid filenames to stderr

This commit is contained in:
Natanael Copa 2022-06-15 14:47:29 +02:00
parent 1913c6929c
commit a845a0bf1d
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ postcheck() {
i=$(find "$dir" -name $'*\n*')
if [ -n "$i" ]; then
error "Found filenames with newline:"
echo "$i"
echo "$i" >&2
e=1
fi
# check directory permissions