mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Improve script portability
This commit is contained in:
parent
51d81661dc
commit
dc370e4969
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ fi
|
|||
|
||||
# Pick a "unique" port in the range 10000-19999.
|
||||
PORT="0000$$"
|
||||
PORT="1$(echo $PORT | tail -c 5)"
|
||||
PORT="1$( printf $PORT | tail -c 4 )"
|
||||
|
||||
# fix commands to use this port
|
||||
P_SRV="$P_SRV server_port=$PORT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue