쉘스크립트의 조건문에서 test: argument expected 오류 날 때의 대처 방법

*** 검색어: 쉘스크립트, shellscript, shell script, if, 조건문, test, argument ,expected, error, 에러, 오류

    if [ $FLAG_GET_PRJ = 1 ]; then
        return 0
    else
        FLAG_GET_PRJ=1
    fi
위와같은 경우 "$FLAG_GET_PRJ = 1" 로 조건문을 변경해주어야 위의 오류가 나타나지 않는다. 

댓글

Designed by JB FACTORY