Linux/Errors

[: 13: =: unexpected operator

Leo 리오 2011. 11. 30. 11:17
반응형
if [ "$2" = "d" ]
then
yacc -d myyacc.y -t
else
yacc -d myyacc.y 
fi
반응형