Skip to content

Commit 61cd6ad

Browse files
committed
[release] Fix file not found in collect_license_files.sh
1 parent aac50e5 commit 61cd6ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/releasing/collect_license_files.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ DST=${2:-licenses-output}
2929
PWD=$(pwd)
3030
TMP="${DST}/tmp"
3131
DIR=$(dirname "$0")
32-
NOTICE_BINARY_PREAMBLE="${DIR}/NOTICE-binary_PREAMBLE.txt"
3332

3433
USAGE="collect_license_files <SOURCE_DIRECTORY:-.> <OUTPUT_DIRECTORY:-licenses-output>"
3534

@@ -48,7 +47,6 @@ done
4847

4948
NOTICE="${DST}/NOTICE"
5049
[ -f "${NOTICE}" ] && rm "${NOTICE}"
51-
cp "${NOTICE_BINARY_PREAMBLE}" "${NOTICE}"
5250
(export LC_ALL=C; find "${TMP}" -name "NOTICE" | sort | xargs cat >> "${NOTICE}")
5351

5452
LICENSES="${DST}/licenses"

0 commit comments

Comments
 (0)