]> git.sven.stormbind.net Git - sven/java-package.git/commitdiff
Wrap the error message when no matching packaging method is found on two lines
authorEmmanuel Bourg <ebourg@apache.org>
Wed, 28 Aug 2013 17:37:08 +0000 (19:37 +0200)
committerEmmanuel Bourg <ebourg@apache.org>
Wed, 28 Aug 2013 17:37:08 +0000 (19:37 +0200)
make-jpkg

index 101d697500414f5a191228c6cd69d2a58043a26f..f22594a0c0e931b815b81f844cfc22ec83a30f25 100755 (executable)
--- 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