
March 12th, 2009, 11:55 AM
|
|
Registered User
|
|
Join Date: May 2007
Location: Stem, NC USA
Posts: 10
Time spent in forums: 2 h 1 m 49 sec
Reputation Power: 0
|
|
Bash-4 breaks scripts with $(command) syntax
I just installed Bash-4 on my FreeBSD machine. Much to my surprise, the following syntax no longer works:
$(uname)
It produces this error message:
syntax error near unexpected token ')'
How can I correct this other than using the depreciate "`" tic method? I have several scripts that use this syntax.
|