ash does not understand '~'

Ralf Habacker Ralf.Habacker@freenet.de
Fri Oct 17 10:50:00 GMT 2003


Hi,

the following shell script does not work at least with ash-20031007-1
although I don't see any reason why this should not be a valid syntax. If
you use

	export PATH=${HOME}:/usr/bin

then the scripts runs. bash has no problems with this.


--- ~/test -------
#!/bin/sh
export PATH=~:/usr/bin
test2

--- ~/test2 -------
#!/bin/sh
echo "test2"


Ralf


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



More information about the Cygwin mailing list