branch: master commit 32cfb776335b56ed211dec302e6338f2924c7804 Author: Thien-Thi Nguyen <t...@gnu.org> Commit: Thien-Thi Nguyen <t...@gnu.org>
[admin] Release: update-archive.sh 1.8 * admin/update-archive (version): Bump to "1.8". --- admin/update-archive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/update-archive.sh b/admin/update-archive.sh index a1d6e80..8412bb2 100755 --- a/admin/update-archive.sh +++ b/admin/update-archive.sh @@ -81,7 +81,8 @@ # 1.5 -- make staging operations less brittle # 1.6 -- support ‘--help’, ‘--version’ # 1.7 -- fix DANGEROUS bug; make less noisy; name bash explicitly -version='1.7' +# 1.8 -- revert "name bash explicitly" +version='1.8' # If $0 is a symlink, `dirname $0`/hv.sh might not be available, # and even if it IS available, how can we be sure it's bonafide? test -L $0 || { hv=`dirname $0`/hv.sh ; test -r $hv && . $hv ; }