diff options
Diffstat (limited to 'abuild.in')
-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 |