Searched refs:USE_JOBS (Results 1 – 2 of 2) sorted by relevance
21 USE_JOBS="no"22 $SPATCH --help | grep "\-\-jobs" > /dev/null && USE_JOBS="yes"87 if [ "$USE_JOBS" = "no" ]; then157 if [ "$USE_JOBS" = "yes" ]; then
20 USE_JOBS="no"21 $SPATCH --help | grep -e "--jobs" > /dev/null && USE_JOBS="yes"106 if [ "$USE_JOBS" = "no" ]; then176 if [ "$USE_JOBS" = "yes" ]; then