mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-14 19:16:31 +00:00
abuild: fix error message in update_config_sub
This commit is contained in:
parent
ce43021963
commit
9e9e27b1db
@ -596,7 +596,7 @@ update_config_sub() {
|
|||||||
cp "$datadir"/${f##*/} "$f" || return 1
|
cp "$datadir"/${f##*/} "$f" || return 1
|
||||||
changed=true
|
changed=true
|
||||||
else
|
else
|
||||||
msg "Not new enough $f"
|
msg "No update needed for $f"
|
||||||
fi
|
fi
|
||||||
# pipe subshell will return status of last command
|
# pipe subshell will return status of last command
|
||||||
$changed
|
$changed
|
||||||
|
Loading…
Reference in New Issue
Block a user