From 1aa2c48671205c8586b7c990bdb6e3ac56e12cbf Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 29 Jan 2024 13:04:27 -0600 Subject: [PATCH] Fix and imprprove error message --- db/schemas/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schemas/Makefile b/db/schemas/Makefile index c4ad9e7..498689a 100644 --- a/db/schemas/Makefile +++ b/db/schemas/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2023 The Meme Factory, Inc. http://www.karlpinc.com/ +# Copyright (C) 2023, 2024 The Meme Factory, Inc. http://www.karlpinc.com/ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -153,7 +153,7 @@ check: 'BEGIN {if (match(order, "(^| )" dirname "($$| )") == 0) \ exit 2; \ }' /dev/null \ - || { printf "%s %s %s.m4 %s\n" \ + || { printf "%s %s '%s' %s\n" \ "The Makefile's ORDER variable" \ 'does not know about the' \ $${dirname} 'directory'\ -- 2.34.1