diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-26 10:22:13 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-26 10:22:13 +0300 |
commit | 9e9e27b1db0fec1f1bea3a015e709f161385eb97 (patch) | |
tree | b7652d050dac82805f1770962f4e58e5361da6f8 | |
parent | ce43021963f2b912fb459689b1618e5ef2ccedd0 (diff) | |
download | abuild-9e9e27b1db0fec1f1bea3a015e709f161385eb97.tar.gz abuild-9e9e27b1db0fec1f1bea3a015e709f161385eb97.tar.bz2 abuild-9e9e27b1db0fec1f1bea3a015e709f161385eb97.tar.xz abuild-9e9e27b1db0fec1f1bea3a015e709f161385eb97.zip |
abuild: fix error message in update_config_sub
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |