mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
Fix portability issue in script
If there was a reason for hardcoding the path, it should have been documented.
This commit is contained in:
parent
f01768c55e
commit
6f303ce19e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ close(FORMAT_FILE);
|
||||||
|
|
||||||
$/ = $line_separator;
|
$/ = $line_separator;
|
||||||
|
|
||||||
open(GREP, "/bin/grep \"define POLARSSL_ERR_\" $include_dir/* |") || die("Failure when calling grep: $!");
|
open(GREP, "grep \"define POLARSSL_ERR_\" $include_dir/* |") || die("Failure when calling grep: $!");
|
||||||
|
|
||||||
my $ll_old_define = "";
|
my $ll_old_define = "";
|
||||||
my $hl_old_define = "";
|
my $hl_old_define = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue