Explorar el Código

* Fix getts with TZ set

svn: 3586
Bryan Drewery hace 18 años
padre
commit
97b0fdcadc
Se han modificado 1 ficheros con 2 adiciones y 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`