Commit 5f3482e6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: fix build id output

parent 56984dd5
...@@ -823,7 +823,7 @@ print_pretty_name() ...@@ -823,7 +823,7 @@ print_pretty_name()
print_total_info() print_total_info()
{ {
local orig='' local orig=''
[ -n "$BUILD_ID" ] && orig=" $BUILD_ID" [ -n "$BUILD_ID" ] && orig=" (orig. $BUILD_ID)"
cat <<EOF cat <<EOF
distro_info v$PROGVERSION : Copyright © 2007-2023 Etersoft distro_info v$PROGVERSION : Copyright © 2007-2023 Etersoft
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment