ソースを参照

* Fix getts with TZ set

svn: 3586
Bryan Drewery 18 年 前
コミット
97b0fdcadc
1 ファイル変更2 行追加0 行削除
  1. 2 0
      misc/getts.sh

+ 2 - 0
misc/getts.sh

@@ -1,5 +1,7 @@
 #! /bin/sh
 
+unset TZ 
+
 rm -f ts ts.exe
 gcc -o ts misc/ts.c > /dev/null 2>&1
 date=`misc/getdate.sh`