Searched refs:TYPE_CMD (Results 1 – 2 of 2) sorted by relevance
34 TYPE_CMD="type git >/dev/null 2>&1"36 TYPE_CMD="type -P git &>/dev/null"39 eval $TYPE_CMD || { echo "git command not found. Aborting." >&2; exit 1; }
40 #define TYPE_CMD 0x00 macro