mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
e02e609ae4
PR: 13690 Reviewed by: maintainer
20 lines
446 B
Plaintext
20 lines
446 B
Plaintext
*** user.tcl~ Fri Sep 17 22:03:52 1999
|
|
--- user.tcl Fri Sep 17 22:05:58 1999
|
|
***************
|
|
*** 24,30 ****
|
|
"Okay" "Cancel"]
|
|
|
|
if { $result} {
|
|
! exec syncal >/dev/null
|
|
io_read [ical_leader]
|
|
}
|
|
cal option AmPm $dm_AmPm
|
|
--- 24,30 ----
|
|
"Okay" "Cancel"]
|
|
|
|
if { $result} {
|
|
! exec @@PREFIX@@/bin/syncal >/dev/null
|
|
io_read [ical_leader]
|
|
}
|
|
cal option AmPm $dm_AmPm
|