···64 # there’s a lot of escaping, but I’m not sure how to improve that
65 cat > $out/bin/liquibase <<EOF
66 #!/usr/bin/env bash
067 # taken from the executable script in the source
68 CP=""
69 ${addJars "$out/internal/lib"}
···64 # there’s a lot of escaping, but I’m not sure how to improve that
65 cat > $out/bin/liquibase <<EOF
66 #!/usr/bin/env bash
67+ export LIQUIBASE_ANALYTICS_ENABLED="\''${LIQUIBASE_ANALYTICS_ENABLED:-false}"
68 # taken from the executable script in the source
69 CP=""
70 ${addJars "$out/internal/lib"}