Add missing new line to upmake diagnostic message
Just a tiny cosmetic fix.
This commit is contained in:
@@ -1393,7 +1393,7 @@ my $vars = read_files_list($files);
|
|||||||
|
|
||||||
if (!$only_msvs) {
|
if (!$only_msvs) {
|
||||||
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
|
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
|
||||||
print qq{Don't forget to run "bakefile_gen -b wx.bkl".} if $verbose;
|
print qq{Don't forget to run "bakefile_gen -b wx.bkl".\n} if $verbose;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -53,7 +53,7 @@ my $vars = read_files_list($files);
|
|||||||
|
|
||||||
if (!$only_msvs) {
|
if (!$only_msvs) {
|
||||||
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
|
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
|
||||||
print qq{Don't forget to run "bakefile_gen -b wx.bkl".} if $verbose;
|
print qq{Don't forget to run "bakefile_gen -b wx.bkl".\n} if $verbose;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user