Skip to content

Line 65 in setup.sh should be BWCE_HOME instead of $BUILD_DIR #36

@alexandrev

Description

@alexandrev

In setup.sh 65 we have the following for loop to iterate over the JARs

for name in $(find $BUILD_DIR -path $BUILD_DIR/tibco.home -prune -o -type f -iname "*.jar");

If I've changed BWCE_HOME env variable to another location, there is no going to be any tibco.home folder inside that one, so this is not going to work. Can we change that?

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions