Update some comments & error messages

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2023-01-10 15:09:19 +00:00
parent 378ecdd859
commit 0f459d75b8

View file

@ -1,9 +1,9 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# Generate main file, individual apps and solution files for MS Visual Studio # Generate main file, individual apps and solution files for
# 2010 # MS Visual Studio 2013
# #
# Must be run from mbedTLS root or scripts directory. # Must be run from Mbed TLS root or scripts directory.
# Takes no argument. # Takes no argument.
# #
# Copyright The Mbed TLS Contributors # Copyright The Mbed TLS Contributors
@ -256,7 +256,7 @@ sub del_vsx_files {
sub main { sub main {
if( ! check_dirs() ) { if( ! check_dirs() ) {
chdir '..' or die; chdir '..' or die;
check_dirs or die "Must but run from mbedTLS root or scripts dir\n"; check_dirs or die "Must be run from Mbed TLS root or scripts dir\n";
} }
# Remove old files to ensure that, for example, project files from deleted # Remove old files to ensure that, for example, project files from deleted