From c155ee9e0f133aafff70984f5b09c45efc62ca5a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 16:02:41 +0000 Subject: moving stuff to branches --- 0.8/scripts/checkperl.sh | 13 ------------- 1 file changed, 13 deletions(-) delete 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 deleted file mode 100755 index fa5e98f..0000000 --- a/0.8/scripts/checkperl.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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