Explorar o código

* Fix getts with TZ set

svn: 3586
Bryan Drewery %!s(int64=18) %!d(string=hai) anos
pai
achega
97b0fdcadc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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`