From 4623dd6866c79056233280c67ffcc14557a4e009 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Wed, 31 Oct 2012 22:11:49 +0100 Subject: [PATCH] libnetwork.lib: fix warning message in 'git.create_tarball()' Signed-off-by: Davide Madrisan --- lib/libnetwork.lib.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libnetwork.lib.in b/lib/libnetwork.lib.in index 9fce90f..eddb093 100644 --- a/lib/libnetwork.lib.in +++ b/lib/libnetwork.lib.in @@ -990,7 +990,7 @@ function git.create_tarball() { local today="$(date "+%Y%m%d")" if [ "$pck_version" ]; then [ "$pck_version" = "${today}git" ] || notify.warning "\ -${NOTE}${today}git${NORM}: "$"\ +${NOTE}${pck_version}${NORM}: "$"\ not the expected package version"" (${NOTE}${today}git${NORM})..." else pck_version="${today}git"