> Hello, > > Line 29 of vars, export KEY_CONFIG=`$EASY_RSA/whichopensslcnf > $EASY_RSA`, cannot handle whitespaces contained in $EASY_RSA. This > line could be changed - depending on preference - to either of: > a) export KEY_CONFIG="`"${EASY_RSA}"/whichopensslcnf "${EASY_RSA}"`" > b) export KEY_CONFIG=$("${EASY_RSA}"/whichopensslcnf "${EASY_RSA}") > > Regards, > Tanel Rebane > > ------------------------------------------------------------------------------ > FREE DOWNLOAD - uberSVN with Social Coding for Subversion. > Subversion made easy with a complete admin console. Easy > to use, easy to manage, easy to install, easy to extend. > Get a Free download of the new open ALM Subversion platform now. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > Openvpn-devel mailing list > Openvpn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openvpn-devel Hi Tanel,
Both approaches seem POSIX-compliant. I'll do some tests and send in a proper patch. Btw. I noted that some of the easy-rsa scripts lack the customary interpreter line (e.g. #!/bin/sh). We should probably fix that, too. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock