From 19d5a873d7ff27e4f09bb4603f05c924545b57db Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 27 Dec 2022 08:15:37 -0800 Subject: Move scriptversion= lines up in scripts By default they need to be in the first 8 lines to be updated. --- top/autopull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'top/autopull.sh') diff --git a/top/autopull.sh b/top/autopull.sh index ffb4ba7cba..f3b9a3811d 100755 --- a/top/autopull.sh +++ b/top/autopull.sh @@ -2,6 +2,8 @@ # Convenience script for fetching auxiliary files that are omitted from # the version control repository of this package. +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 @@ -28,8 +30,6 @@ # Alternatively, you can use an autopull.sh script that is specific # to your package. -scriptversion=2022-07-24.15; # UTC - me="$0" medir=`dirname "$me"` -- cgit v1.2.1