This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch 0.16.1-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.16.1-incubating by this push:
     new 572c6f0  Fix verify script. (#8798) (#8965)
572c6f0 is described below

commit 572c6f03fa43eb6b57ddc76963e7fffcf02630ac
Author: Jonathan Wei <[email protected]>
AuthorDate: Wed Nov 27 18:53:14 2019 -0800

    Fix verify script. (#8798) (#8965)
    
    Accidentally missed some quote escaping in #8794.
---
 examples/bin/verify-java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/bin/verify-java b/examples/bin/verify-java
index 5e41cb2..e0ead88 100755
--- a/examples/bin/verify-java
+++ b/examples/bin/verify-java
@@ -24,7 +24,7 @@ sub fail_check {
   my ($current_version) = @_;
   my $current_version_text = $current_version
     ? "Your current version is: $current_version."
-    : "Make sure that "java" is installed and on your PATH.";
+    : "Make sure that \"java\" is installed and on your PATH.";
 
   print STDERR <<"EOT";
 Druid requires Java 8. $current_version_text


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to