diff --git a/dev/version.sh b/dev/version.sh index 5090119..8c58291 100755 --- a/dev/version.sh +++ b/dev/version.sh @@ -43,7 +43,8 @@ unset IFS VERSION="$(git describe --tags --long)" printf "Update to version %s ...\n" "${VERSION}" -FILES="$(find ./*)" +# only regular files, ignore .dot files/dirs, e.g. .git .gitinore in BASEDIR +FILES="$(find ./* -type f)" [ "$1" != "" ] && FILES="$*" # autogenerate REMADME.html REMADE.txt diff --git a/modules/sendMessage.sh b/modules/sendMessage.sh index ca776d0..4911085 100644 --- a/modules/sendMessage.sh +++ b/modules/sendMessage.sh @@ -6,7 +6,7 @@ # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # # shellcheck disable=SC1117 -#### $$VERSION$$ v1.32-dev-0-ge954399 +#### $$VERSION$$ v1.32-dev-1-g662c6f4 # will be automatically sourced from bashbot