From 4fc21d8ca66a8c52b82f85dec9ff1d11e97131d8 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Wed, 28 Aug 2013 19:37:08 +0200 Subject: [PATCH] Wrap the error message when no matching packaging method is found on two lines --- make-jpkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make-jpkg b/make-jpkg index 101d697..f22594a 100755 --- a/make-jpkg +++ b/make-jpkg @@ -235,7 +235,8 @@ done echo if [[ -z "$j2se_found" ]]; then - echo "No matching packaging method was found for $archive_name. Please make sure you are using a tar.gz or self-extracting archive" + echo "No matching packaging method was found for $archive_name." + echo "Please make sure you are using a tar.gz or a self-extracting archive" fi -- 2.39.2