mirror of
https://github.com/cuberite/polarssl.git
synced 2025-11-02 19:52:07 -05:00
ssl-opt.sh checks whether the client, server and proxy commands are names of executable files, forbidding the use of default arguments by by e.g. setting P_SRV="ssl_server2 debug_level=3". This commit relaxes this check, only considering the part of the command string prior to the first whitespace.