From 9e84b309cd0807ff029660d2f42a2397334efb2b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 27 Jul 2021 11:31:02 -0300 Subject: aux/: Stick to 80 columns --- aux/workflow/installcheck.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aux/workflow/installcheck.sh') diff --git a/aux/workflow/installcheck.sh b/aux/workflow/installcheck.sh index e28f5d1..0aae391 100755 --- a/aux/workflow/installcheck.sh +++ b/aux/workflow/installcheck.sh @@ -28,7 +28,8 @@ shift $((OPTIND - 1)) if [ -n "${UNINSTALL:-}" ]; then if [ "$(find "$PREFIX" -type f | wc -l)" != 0 ]; then - printf 'When uninstalling, left over files in the PREFIX directory:\n' + printf 'When uninstalling, left over files in the' + printf 'PREFIX directory:\n' find "$PREFIX" -type f exit 1 fi -- cgit v1.2.3