diff --git a/abuild.in b/abuild.in index 562b58c..7e3dfd0 100755 --- a/abuild.in +++ b/abuild.in @@ -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