From 600f5b3e4c9f10f7972fa8d9ca658640c88128b0 Mon Sep 17 00:00:00 2001
From: Vitaly Lipatov <lav@etersoft.ru>
Date: Sat, 27 Aug 2022 11:41:44 +0300
Subject: [PATCH] epm: small fix

---
 bin/epm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/epm b/bin/epm
index 6db1d0e5..75aa62b0 100755
--- a/bin/epm
+++ b/bin/epm
@@ -393,7 +393,7 @@ check_option()
     case $1 in
     -v|--version)         # HELPOPT: print version
         [ -n "$epm_cmd" ] && return 1
-        [ -n "$short" ] && echo "@VERSION@" | sed -e 's|-.*||' && exit 0
+        [ -n "$short" ] && echo "$EPMVERSION" | sed -e 's|-.*||' && exit 0
         print_version
         exit 0
         ;;
-- 
2.24.1