X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=distmaker%2Fdistmaker.sh;h=5471d6ae0dc8fe16524455c3a5a355ee11279746;hb=d10c087539e9285682535d3a2974844c3d0f9a92;hp=fca550e81223f710c1303f87a32cdf9b58af3b2c;hpb=f9128cb9bde5e401af3b5abcce04d6d255c8a9a5;p=civicrm-core.git diff --git a/distmaker/distmaker.sh b/distmaker/distmaker.sh index fca550e812..5471d6ae0d 100755 --- a/distmaker/distmaker.sh +++ b/distmaker/distmaker.sh @@ -299,7 +299,16 @@ fi if [ "$REPOREPORT" = 1 ]; then echo; echo "Preparing repository report"; echo; - bash $P/dists/repo-report.sh + env \ + L10NPACK="$L10NPACK" \ + BPACK="$BPACK" \ + D56PACK="$D56PACK" \ + D5PACK="$D5PACK" \ + D7DIR="$D7DIR" \ + SKPACK="$SKPACK" \ + J5PACK="$J5PACK" \ + WP5PACK="$WP5PACK" \ + bash $P/dists/repo-report.sh fi unset DM_SOURCEDIR DM_GENFILESDIR DM_TARGETDIR DM_TMPDIR DM_PHP DM_RSYNC DM_VERSION DM_ZIP