summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-27 08:15:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-27 10:02:41 -0800
commit19d5a873d7ff27e4f09bb4603f05c924545b57db (patch)
tree44f53a44f73030bb399dd9a51cff8ee68d68a25a /build-aux
parentfde75446490e18d2539817ca418ab8adf73b02d3 (diff)
downloadgnulib-19d5a873d7ff27e4f09bb4603f05c924545b57db.tar.gz
Move scriptversion= lines up in scripts
By default they need to be in the first 8 lines to be updated.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/bootstrap8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 9714a59432..d94605dd44 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -5,6 +5,8 @@
# Bootstrap this package from checked-out sources.
+scriptversion=2022-12-27.03; # UTC
+
# Copyright (C) 2003-2022 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
@@ -30,8 +32,6 @@
# Please report bugs or propose patches to bug-gnulib@gnu.org.
-scriptversion=2022-07-29.23; # UTC
-
me="$0"
medir=`dirname "$me"`
@@ -39,6 +39,8 @@ medir=`dirname "$me"`
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
+scriptversion=2022-12-27.03; # UTC
+
# Copyright (C) 2003-2022 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
@@ -62,8 +64,6 @@ medir=`dirname "$me"`
# file also maintained in your version control; gnulib comes with a
# template build-aux/bootstrap.conf to get you started.
-scriptversion=2022-07-24.15; # UTC
-
nl='
'