From ba3107e66e526602a6fb08d451a82850bcba19f4 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 18 Sep 2005 00:49:08 +0000 Subject: - Remove compatibility shell functions and convert them to standalone scripts. --- scripts/patchfns.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/patchfns.in') diff --git a/scripts/patchfns.in b/scripts/patchfns.in index d378037..965c4a4 100644 --- a/scripts/patchfns.in +++ b/scripts/patchfns.in @@ -27,10 +27,6 @@ DB_VERSION=2 if [ -d @QUILT@/compat ] then export PATH="@QUILT@/compat:$PATH" - if [ -r @QUILT@/compat/compatfns ] - then - source @QUILT@/compat/compatfns - fi fi unset CDPATH -- cgit