Github user ctubbsii commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/227#discussion_r104250790
  
    --- Diff: assemble/bin/accumulo-util ---
    @@ -411,12 +411,16 @@ function create_config() {
     }
     
     function build_native() {
    -  native_tarball="$basedir/lib/accumulo-native.tar.gz"
       final_native_target="$basedir/lib/native"
    +  if ls $final_native_target/libaccumulo* &> /dev/null; then
    --- End diff --
    
    Is `ls` the best way to check if the file exists? If it is, then 
`libaccumulo.{dylib,jnilib,so,dll}` might be a better check than unconstrained 
wildcard.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to