make the date command actually work

This commit is contained in:
David Nalley 2015-01-12 17:46:12 -05:00
parent 94e6b7587d
commit d161642f69

2
tools/build/build_asf.sh Normal file → Executable file
View File

@ -108,7 +108,7 @@ echo "cloudstack ($version) unstable; urgency=low" >>$tmpfilenm
echo >>$tmpfilenm echo >>$tmpfilenm
echo " * Update the version to $version" >>$tmpfilenm echo " * Update the version to $version" >>$tmpfilenm
echo >>$tmpfilenm echo >>$tmpfilenm
echo " -- the Apache CloudStack project <dev@cloudstack.apache.org> `date -j '+%a, %d %b %Y %T %z'`" >>$tmpfilenm echo " -- the Apache CloudStack project <dev@cloudstack.apache.org> `date '+%a, %d %b %Y %T %z'`" >>$tmpfilenm
echo >>$tmpfilenm echo >>$tmpfilenm
cat debian/changelog >>$tmpfilenm cat debian/changelog >>$tmpfilenm