diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/err.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/err.sh b/include/err.sh index 3699d6ce..6a8afd41 100755 --- a/include/err.sh +++ b/include/err.sh @@ -59,6 +59,8 @@ check_project() x_ printf "%s\n" "${version}" > version xx_ printf "%s\n" "${versiondate}" > versiondate || \ x_ printf "%s\n" "${versiondate}" > versiondate + + export LOCALVERSION="-${projectname}-${version%%-*}" } setvars() |