commit | 3684212c57771cb5c324c4fec082443018d8bedd | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Tue Nov 15 23:59:42 2016 +0100 |
committer | Petr Michalec <epcim@apealive.net> | Tue Nov 15 23:59:42 2016 +0100 |
tree | 08db64888564b97e669fd5cdeed02d8eb6381981 | |
parent | d6075d78debf1da8d525f5b570f954243d716c20 [diff] |
fix way to add info into README
diff --git a/kitchen-init.sh b/kitchen-init.sh index 35b2996..c6ca321 100755 --- a/kitchen-init.sh +++ b/kitchen-init.sh
@@ -77,7 +77,8 @@ grep -Eoq 'Development and testing' README.* || { KITCHEN_LIST=$(kitchen list|tail -n+2) -cat >> README.* <<-\EOF +README=$(ls README.*|head -n1) +cat >> ${README} <<-\EOF Development and testing ======================= @@ -146,4 +147,4 @@ INTEGRATION.rst \ README.rst -git status \ No newline at end of file +git status