Artifact [4a474661c0]

Artifact 4a474661c07804365e738855dc9ca81b7ea9f3b1:


#! /usr/bin/env bash

if [ ! -x "$(which patch 2>/dev/null)" ]; then
	echo "No \"patch\" command."
	echo "No \"patch\" command." >&4

	exit 1
fi

exit 0