From 30a60d45232c99dc14ab44a6af550b22709d1f85 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 29 Apr 2019 18:43:30 +0000 Subject: [PATCH] abuild: fix whitespace before EOL --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 159c98d..733de05 100644 --- a/abuild.in +++ b/abuild.in @@ -698,7 +698,7 @@ postcheck() { # look for static archives if ! is_static_pkg "$name"; then for i in $(find "$dir"/lib "$dir"/usr/lib -name '*.a' 2>/dev/null); do - warning "Found static archive on ${i##*$dir/} but name doesn't end with -static" + warning "Found static archive on ${i##*$dir/} but name doesn't end with -static" done fi # look for /usr/share/doc