libnetwork.lib: fix warning message in 'git.create_tarball()'

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-10-31 22:11:49 +01:00
parent 3425fbf7ee
commit 4623dd6866

View File

@ -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"