summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-08-04 13:59:52 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-08-04 13:59:52 -0700
commit9fb845c7aa67f774223fdfabb2351cef709dbca7 (patch)
treedaf5dee2c03568a37b360a3f58f4ae5a512c3672
parent6488134e48cf2d6f2d6471ced8346ac8cb1b855a (diff)
downloadps3-utils-9fb845c7aa67f774223fdfabb2351cef709dbca7.tar.gz
Update bootstrap git command
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 0f1941a..3323f9d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -28,7 +28,7 @@ elif head=$(git rev-parse --short --verify HEAD 2>/dev/null); then
# 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'