diff options
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -253,7 +253,7 @@ echo "Updating version number in README" | |||
| 253 | '$1 " " $2 " " $3 " " $4 " " $5 == "This directory tree holds version" { $6 = version; print $0 } | 253 | '$1 " " $2 " " $3 " " $4 " " $5 == "This directory tree holds version" { $6 = version; print $0 } |
| 254 | $1 " " $2 " " $3 " " $4 " " $5 != "This directory tree holds version"' \ | 254 | $1 " " $2 " " $3 " " $4 " " $5 != "This directory tree holds version"' \ |
| 255 | version=${version} README > tmp.README | 255 | version=${version} README > tmp.README |
| 256 | mv tmp.README README) | 256 | mv -f tmp.README README) |
| 257 | 257 | ||
| 258 | 258 | ||
| 259 | echo "Creating subdirectories" | 259 | echo "Creating subdirectories" |