]> git.saurik.com Git - wxWidgets.git/commitdiff
missing backticks
authorChris Elliott <biol75@york.ac.uk>
Fri, 20 Oct 2006 08:15:25 +0000 (08:15 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 20 Oct 2006 08:15:25 +0000 (08:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/pre-flight.sh

index 5074f8ec8f9c53eb5d826dea69321ef3114f9e56..f2482948f6389941907c29055c07afe596b3869e 100755 (executable)
@@ -136,6 +136,6 @@ md5sum ${FTPDIR}/wx* > ${FTPDIR}/MD5SUM
 
 ## make sure updated at is really last
 sleep 10
-echo cvs checkout done at  date -u > ${FTPDIR}/updated_at.txt
+echo cvs checkout done at  `date -u` > ${FTPDIR}/updated_at.txt
        
 echo "Delivery complete. Flying."