From 14e169e5eeda06283e946261bf06e952a591bd87 Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 21 Sep 2002 05:11:38 +0000 Subject: fix bug git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@528 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/lunar-1,15run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/lunar-1,15run.pl b/util/lunar-1,15run.pl index 7a307027..d4cd2f20 100644 --- a/util/lunar-1,15run.pl +++ b/util/lunar-1,15run.pl @@ -8,4 +8,4 @@ $din = ; close FH; ($month, $day) = $din =~ /農曆 (.*?)月 (.*?)日/; -system("@ARGV") if( $day eq '一' || $day eq '十五' ); +system("@ARGV") if( $day eq '一' || $day eq '一十五' ); -- cgit v1.2.3