Bryan Drewery 19 lat temu
rodzic
commit
d5e43f184d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      misc/getts.sh

+ 1 - 1
misc/getts.sh

@@ -2,6 +2,6 @@
 
 rm -f ts ts.exe
 gcc -o ts misc/ts.c > /dev/null 2>&1
-date=$(misc/getdate.sh)
+date=`misc/getdate.sh`
 ./ts $date
 rm -f ts ts.exe