Fix version of coreutils

This commit is contained in:
fosslinux 2024-01-27 12:07:55 +11:00
parent 3733956654
commit 60b9b30efb

View file

@ -20,7 +20,7 @@ regenerate_files() {
. ../../import-gnulib.sh . ../../import-gnulib.sh
VERSION=$(basename "${BASH_SOURCE[0]}" .sh | sed 's/coreutils-//') VERSION=$(basename "${PWD}" | sed 's/coreutils-//')
echo "$VERSION" > .tarball-version echo "$VERSION" > .tarball-version
# We don't have autopoint from gettext yet. # We don't have autopoint from gettext yet.