mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix extra newline in verbose tix-install with a collection.
This commit is contained in:
parent
006690d51e
commit
1a1c006982
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2013, 2015, 2016 Jonas 'Sortie' Termansen.
|
||||
* Copyright (c) 2013, 2015, 2016, 2017, 2020 Jonas 'Sortie' Termansen.
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -308,7 +308,7 @@ void InstallPackage(const char* tix_path)
|
|||
{
|
||||
printf("Installing %s", package_name);
|
||||
if ( strcmp(collection, "/") != 0 )
|
||||
printf(" into `%s'\n", collection);
|
||||
printf(" into `%s'", collection);
|
||||
printf("...\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue