From 5ca206ce46474fc47bfd966996df9fdbcb094a6c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 16:55:05 +0000 Subject: moving into ychat subdir --- scripts/checkperl.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 scripts/checkperl.sh (limited to 'scripts/checkperl.sh') diff --git a/scripts/checkperl.sh b/scripts/checkperl.sh deleted file mode 100755 index fa5e98f..0000000 --- a/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