mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-21 23:25:08 +00:00
dev: fix symlink bug in version.sh
This commit is contained in:
parent
4371050206
commit
407194b23f
@ -43,7 +43,8 @@ unset IFS
|
|||||||
VERSION="$(git describe --tags --long)"
|
VERSION="$(git describe --tags --long)"
|
||||||
printf "Update to version %s ...\n" "${VERSION}"
|
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="$*"
|
[ "$1" != "" ] && FILES="$*"
|
||||||
|
|
||||||
# autogenerate REMADME.html REMADE.txt
|
# autogenerate REMADME.html REMADE.txt
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
||||||
#
|
#
|
||||||
# shellcheck disable=SC1117
|
# shellcheck disable=SC1117
|
||||||
#### $$VERSION$$ v1.32-dev-0-ge954399
|
#### $$VERSION$$ v1.32-dev-1-g662c6f4
|
||||||
|
|
||||||
# will be automatically sourced from bashbot
|
# will be automatically sourced from bashbot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user