From 434dadba41c71cd80f55646b7779e91079ce6f8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 3 Jul 2007 13:18:13 +0000 Subject: [PATCH] - need patch to run Changed files: adapter.sh -> 1.20 --- adapter.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adapter.sh b/adapter.sh index b012c2f..4a90576 100644 --- a/adapter.sh +++ b/adapter.sh @@ -34,6 +34,11 @@ if [ ! -x /usr/bin/getopt ]; then exit 1 fi +if [ ! -x /usr/bin/patch ]; then + echo >&1 "You need to install patch to use adapter" + exit 1 +fi + t=`getopt -o hsmda --long help,sort,sort-br,no-macros,skip-macros,skip-desc,skip-defattr -n "$self" -- "$@"` || exit $? eval set -- "$t" -- 2.44.0