···6464 # there’s a lot of escaping, but I’m not sure how to improve that
6565 cat > $out/bin/liquibase <<EOF
6666 #!/usr/bin/env bash
6767+ export LIQUIBASE_ANALYTICS_ENABLED="\''${LIQUIBASE_ANALYTICS_ENABLED:-false}"
6768 # taken from the executable script in the source
6869 CP=""
6970 ${addJars "$out/internal/lib"}