mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
kiss: ensure return on error
This commit is contained in:
parent
633d80067f
commit
c2e5a03af8
3
kiss
3
kiss
@ -1105,7 +1105,8 @@ pkg_install_files() {
|
|||||||
# destination. The running processes will either get
|
# destination. The running processes will either get
|
||||||
# the old file or the new one.
|
# the old file or the new one.
|
||||||
mv -f "$__tmp" "$_file"
|
mv -f "$__tmp" "$_file"
|
||||||
}
|
|
||||||
|
} || return 1
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user