xbps-bin: add missing newline.
--HG-- extra : convert_revision : e75a20206dc19000360df659814b9c2d6f7769d1
This commit is contained in:
parent
650aae7b58
commit
68d2bbe8fb
@ -336,7 +336,7 @@ main(int argc, char **argv)
|
||||
|
||||
if (geteuid() != 0) {
|
||||
printf("ERROR: root permissions are needed to install "
|
||||
"binary packages.");
|
||||
"binary packages.\n");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user