Skip to content

Commit f4d2f0c

Browse files
committed
Minor fixes to WC and WI script
1 parent 67d7e9c commit f4d2f0c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

WC

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ last=$(
4646
cd Meta &&
4747
git ls-tree -r --name-only HEAD "whats/cooking" | tail -n 1
4848
)
49-
Meta/UWC <"Meta/$last"
49+
50+
sed -e 's/^\[New Topics\]$/[Old New Topics]/' "Meta/$last" |
51+
Meta/UWC

WI

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ exec >"Meta/$lead/$issue.txt"
3535

3636
cat <<EOF
3737
Subject: What's in git.git ($monthname $year, #$issue; $dow, $date)
38-
X-maint-at: $maint_at"
39-
X-master-at: $master_at"
40-
X-maint-was: $maint_was"
41-
X-master-was: $master_was"
38+
X-maint-at: $maint_at
39+
X-master-at: $master_at
40+
X-maint-was: $maint_was
41+
X-master-was: $master_was
4242
4343
What's in git.git ($monthname $year, #$issue; $dow, $date)
4444

0 commit comments

Comments
 (0)