Greetings, Sebastien Vauban!

>> Must be
>>
>> alias vpnup='exec sudo openvpn --config $HOME/config/client.vpn --writepid 
>> /tmp/openvpn.pid &'
>>
>> that's where his problem began, IMO.

> That's interesting. I thought this was completely equivalent (~ or $HOME), and
> preferred the shorter version.

For bash, that's true.
But for POSIX shell, or any other random shell - I doubt that much.
Anyway, if you want to write portable script, use POSIX shell syntax.
Yes, you'd lack some shortcuts, but the end result will be that your script is
more likely to work on random system, than not.


--
WBR,
 Andrey Repin (anrdae...@freemail.ru) 05.08.2011, <19:56>

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to