summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-18 00:49:08 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-18 00:49:08 +0000
commitba3107e66e526602a6fb08d451a82850bcba19f4 (patch)
tree2c42d10a67bf6c447cd41253a08a01d70616f672 /scripts
parent19cf6de2f3070181014e9add7c067043b05d7ca6 (diff)
downloadquilt-ba3107e66e526602a6fb08d451a82850bcba19f4.tar.gz
- Remove compatibility shell functions and convert them to
standalone scripts.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchfns.in4
1 files changed, 0 insertions, 4 deletions
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