Lines Matching full:exit
21 --help Show this help and exit
40 exit 0
52 exit 1
60 exit 1
95 [ -n "${repo}" ] || exit 1
96 [ -n "${rev}" ] || exit 1
97 [ -n "${dest}" ] || exit 1
100 pushd "${dest}" || exit 1
104 exit 1
106 git checkout FETCH_HEAD || exit 1
110 popd >/dev/null 2>&1 || exit 1
122 cd "${ARKUI_DEST}" || exit 1
136 pushd incremental/tools/panda/ || exit 1
142 popd >/dev/null 2>&1 || exit 1
144 pushd arkoala-arkts || exit 1
146 popd >/dev/null 2>&1 || exit 1