From 517aad5ca97b8ed3a62dcbeca921bb930e897fbf Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 25 Sep 2012 21:59:27 +0300 Subject: Some housekeeping. * README: Update * README-hacking: New file. * bootstrap: Create a placeholder for ChangeLog, if it doesn't exist. --- bootstrap | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap old mode 100644 new mode 100755 index ae677ac..a647be3 --- a/bootstrap +++ b/bootstrap @@ -2,4 +2,10 @@ set -e git submodule init git submodule update +if ! test -r ChangeLog; then + cat > ChangeLog <