summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/lunar-1,15run.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/lunar-1,15run.pl b/util/lunar-1,15run.pl
index 52ea8cea..7a307027 100644
--- a/util/lunar-1,15run.pl
+++ b/util/lunar-1,15run.pl
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+use lib '/home/bbs/bin/';
use LocalVars;
# �C�A���@, �Q���N�|�]�@�� $ARGV[0]
# ��ƨӷ� http://tw.weathers.yahoo.com/
@@ -7,4 +8,4 @@ $din = <FH>;
close FH;
($month, $day) = $din =~ /�A�� (.*?)�� (.*?)��/;
-system($ARGV[0]) if( $day eq '�@' || $day eq '�Q��' );
+system("@ARGV") if( $day eq '�@' || $day eq '�Q��' );