|
发表于 2005-9-27 22:41:30
|
显示全部楼层
Hi, 1 && 2
1. Remove the semicolon at the end of "if" line or move the "then" after it
2. Put spaces around all your operators. I've highlighted the mandatory spaces with the word 'SPACE' - replace 'SPACE' with an actual space; otherwise, it won't work:
if SPACE [ SPACE "$1" SPACE = SPACE "$2" SPACE ] |
|