Fix version of coreutils

This commit is contained in:
fosslinux 2024-01-27 12:07:55 +11:00
parent 85d1afec9b
commit cceb86d2b0

View file

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