整數。follwoing腳本的shell:無法分配給一個變量
#!/bin/sh
count1=0
noOfArg=0
checkOtherParam()
{
echo $parameter
return 4
}
if($count1 eq $noOfArg)
then
echo "Yes"
else
echo "No
"
fi
〜 我收到錯誤
./sample.sh:0:未發現 沒有
請讓我知道,這是什麼問題