summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/lunar-1,15run.pl2
1 files changed, 1 insertions, 1 deletions
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 = <FH>;
close FH;
($month, $day) = $din =~ /農曆 (.*?)月 (.*?)日/;
-system("@ARGV") if( $day eq '一' || $day eq '十五' );
+system("@ARGV") if( $day eq '一' || $day eq '一十五' );