1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 06:21:56 +02:00

(v2.1.1.9041) antibiotics update

This commit is contained in:
2024-06-08 17:35:25 +02:00
parent e2acc513a5
commit af74e1d4f2
26 changed files with 110 additions and 67 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# ==================================================================== #
# TITLE: #
@ -118,9 +118,4 @@ if [ -e "NEWS.md" ]; then
else
echo "- no NEWS.md found!"
fi
# set the version number as an environment variable for the commit-msg hook
export COMMIT_VERSION=$currentversion
echo "- exported COMMIT_VERSION=${currentversion} for the commit-msg hook"
echo ""