Don't create mysterious files named '&1' when creating new reminders. Sigh.

This commit is contained in:
Dianne Skoll
2022-08-11 11:32:59 -04:00
parent 6c2e8fc608
commit 1032f8908e

View File

@@ -2112,7 +2112,7 @@ proc CreateReminder {w} {
# Check it out!
global Remind
set f [open "|$Remind -arq -e - 2>&1" r+]
set f [open "|$Remind -arq -e - 2>@1" r+]
puts $f "BANNER %"
puts $f "$rem MSG %"
puts $f "MSG %_%_%_%_"