View | Details | Raw Unified | Return to bug 267904
Collapse All | Expand All

(-)b/Mk/Scripts/makesum.sh (-2 / +1 lines)
Lines 28-34 cd "${dp_DISTDIR}" Link Here
28
# So, we extract the content of the distinfo file minus the TIMESTAMP, if it
28
# So, we extract the content of the distinfo file minus the TIMESTAMP, if it
29
# contains a TIMESTAMP.
29
# contains a TIMESTAMP.
30
if [ -f "${dp_DISTINFO_FILE}" ] && grep -q "^TIMESTAMP " ${dp_DISTINFO_FILE}; then
30
if [ -f "${dp_DISTINFO_FILE}" ] && grep -q "^TIMESTAMP " ${dp_DISTINFO_FILE}; then
31
	grep -v "^TIMESTAMP " ${dp_DISTINFO_FILE} > ${DISTINFO_OLD}
31
	grep -v "^TIMESTAMP " ${dp_DISTINFO_FILE} > ${DISTINFO_OLD} || true
32
fi
32
fi
33
33
34
for file in ${dp_CKSUMFILES}; do
34
for file in ${dp_CKSUMFILES}; do
35
- 

Return to bug 267904