Add sbcl-pwd.sh to binary-distribution.sh, to make the binaries
actually installable.
tar -cf $b-binary.tar \
$b/output/sbcl.core $b/src/runtime/sbcl \
$b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README $b/SUPPORT \
- $b/install.sh $b/find-gnumake.sh \
+ $b/install.sh $b/find-gnumake.sh $b/sbcl-pwd.sh \
$b/doc/sbcl.1 \
$b/pubring.pgp \
$b/contrib/asdf-module.mk \
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.14.4"
+"0.9.14.5"