Bryan Drewery 19 سال پیش
والد
کامیت
d5e43f184d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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