Skip to content
Prev 36895 / 63421 Next

Question on trying to build R 2.11.1 on Tru64(aka OSF1)system

Isn't the bash syntax
   "${@}"
equivalent to just
   "$@"
and older versions of sh may not understand
the former version.  If so, you might have
similar problems with
   "${1}"
instead of
   "$1" 

Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com