mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Update some comments & error messages
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user