From 3a107ee5da7d60899cffdc9743726be05fce0544 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Sat, 23 Dec 2023 23:43:12 +0300 Subject: [PATCH] wip: debug --- contrib/guix/libexec/prelude.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash index f9b541b510b8ec..9754027b930536 100644 --- a/contrib/guix/libexec/prelude.bash +++ b/contrib/guix/libexec/prelude.bash @@ -65,6 +65,7 @@ time-machine() { # Set common variables ################ +echo "DEBUG: git_head_version: '$(git_head_version)'" VERSION="${FORCE_VERSION:-$(git_head_version)}" DISTNAME="${DISTNAME:-dashcore-${VERSION}}"