Ver código fonte

* Fix getts with TZ set

svn: 3586
Bryan Drewery 18 anos atrás
pai
commit
97b0fdcadc
1 arquivos alterados com 2 adições e 0 exclusões
  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`