From d161642f6967c92b3c3aeacdda7b920fbe67428f Mon Sep 17 00:00:00 2001 From: David Nalley Date: Mon, 12 Jan 2015 17:46:12 -0500 Subject: [PATCH] make the date command actually work --- tools/build/build_asf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tools/build/build_asf.sh diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh old mode 100644 new mode 100755 index aec5b2ec848..45b07aa158d --- a/tools/build/build_asf.sh +++ b/tools/build/build_asf.sh @@ -108,7 +108,7 @@ echo "cloudstack ($version) unstable; urgency=low" >>$tmpfilenm echo >>$tmpfilenm echo " * Update the version to $version" >>$tmpfilenm echo >>$tmpfilenm -echo " -- the Apache CloudStack project `date -j '+%a, %d %b %Y %T %z'`" >>$tmpfilenm +echo " -- the Apache CloudStack project `date '+%a, %d %b %Y %T %z'`" >>$tmpfilenm echo >>$tmpfilenm cat debian/changelog >>$tmpfilenm