mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-src/zap: missing \n
This commit is contained in:
parent
80e4a39926
commit
b94cc0ba26
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -331,7 +331,7 @@ bootstrap_update() {
|
||||||
masterdir_zap() {
|
masterdir_zap() {
|
||||||
rm -rf "$XBPS_MASTERDIR"
|
rm -rf "$XBPS_MASTERDIR"
|
||||||
mkdir -p "$XBPS_MASTERDIR"
|
mkdir -p "$XBPS_MASTERDIR"
|
||||||
msg_normal "$XBPS_MASTERDIR masterdir cleaned up."
|
msg_normal "$XBPS_MASTERDIR masterdir cleaned up.\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
exit_func() {
|
exit_func() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue