From: Emmanuel Bourg Date: Wed, 28 Aug 2013 17:37:08 +0000 (+0200) Subject: Wrap the error message when no matching packaging method is found on two lines X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=commitdiff_plain;h=4fc21d8ca66a8c52b82f85dec9ff1d11e97131d8 Wrap the error message when no matching packaging method is found on two lines --- 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