Lines Matching full:then
14 if [ $# -lt 2 ]; then
33 if [ "${1}" == "-s" ]; then
41 if [ ! -e "${dir1}" ]; then
47 if [ ! -e "${dir2}" ]; then
53 if [ -e "${out_dir}" ]; then
71 if [[ ! -z "${1}" && ! -z "${2}" ]]; then
79 if [ ! $test_supported_only ]; then
81 if [ "${?}" -eq 0 ]; then
85 if [ "${?}" -ne 0 ]; then
99 if [ "${?}" -ne 0 ]; then
112 if [ "${?}" -ne 0 ]; then
125 if [ "${patch_size}" -eq "${bsdiff_patch_size}" ]; then
127 elif [ "${patch_size}" -lt "${bsdiff_patch_size}" ]; then
129 elif [ "${patch_size}" -gt "${bsdiff_patch_size}" ]; then
132 if [ "${xz_patch_size}" -eq "${bsdiff_patch_size}" ]; then
134 elif [ "${xz_patch_size}" -lt "${bsdiff_patch_size}" ]; then
136 elif [ "${xz_patch_size}" -gt "${bsdiff_patch_size}" ]; then
153 if [ $test_supported_only ]; then
155 if [ "${?}" -ne 0 ]; then