summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-26 10:22:13 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-09-26 10:22:13 +0300
commit9e9e27b1db0fec1f1bea3a015e709f161385eb97 (patch)
treeb7652d050dac82805f1770962f4e58e5361da6f8
parentce43021963f2b912fb459689b1618e5ef2ccedd0 (diff)
downloadabuild-9e9e27b1db0fec1f1bea3a015e709f161385eb97.tar.bz2
abuild-9e9e27b1db0fec1f1bea3a015e709f161385eb97.tar.xz
abuild: fix error message in update_config_sub
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index aeda072..13b4ea4 100755
--- a/abuild.in
+++ b/abuild.in
@@ -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