From 19f9940dc968afae01b54377ee23ec59069c9646 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2009 23:25:11 +0000 Subject: --- 0.8/scripts/checkperl.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 0.8/scripts/checkperl.sh (limited to '0.8/scripts/checkperl.sh') diff --git a/0.8/scripts/checkperl.sh b/0.8/scripts/checkperl.sh new file mode 100755 index 0000000..fa5e98f --- /dev/null +++ b/0.8/scripts/checkperl.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# The yChat Project (2005) +# +# This scripts checks for a perl installation + +if ! which perl >/dev/null +then + echo You need to have Perl in your PATH! + exit 1 +fi + +echo Using `which perl` +exit 0 -- cgit v1.2.3