abuild: fix error message in update_config_sub

This commit is contained in:
Timo Teräs 2013-09-26 10:22:13 +03:00
parent ce43021963
commit 9e9e27b1db

View File

@ -596,7 +596,7 @@ update_config_sub() {
cp "$datadir"/${f##*/} "$f" || return 1
changed=true
else
msg "Not new enough $f"
msg "No update needed for $f"
fi
# pipe subshell will return status of last command
$changed