[Cbe-oss-dev] [PATCH 08/13]MARS/core: Fix bootstrap for cygwin
Yuji Mano
yuji.mano at am.sony.com
Fri Dec 12 15:33:48 EST 2008
From: Kazunori Asayama <asayama at sm.sony.co.jp>
Fix bootstrap script to work on Cygwin (core)
This patch fixes the bootstrap script so it works on Cygwin.
Signed-off-by: Kazunori Asayama <asayama at sm.sony.co.jp>
---
core/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/core/bootstrap
===================================================================
--- a/core/bootstrap 2008-12-04 11:52:36.000000000 +0900
+++ b/core/bootstrap 2008-12-11 10:54:34.000000000 +0900
@@ -50,7 +50,7 @@ elif head=$(git rev-parse --short --veri
# Add a date prefix for easy reading.
- date=$(git-log --pretty=format:"%cD" -1 HEAD)
+ date=$(git log --pretty=format:"%cD" -1 HEAD)
# date='Fri, 2 Aug 2007 19:36:06 -0700'
More information about the cbe-oss-dev
mailing list