summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-17 23:56:07 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-17 23:56:07 +0000
commit2d3a503aa8651215e7bb939b995c33356bbce913 (patch)
tree87e9f0b8121e6e93e3e79af47f6fc8a471c17e38 /bin
parenta267b29dbe851b647643d2026cf39de85c5b11f4 (diff)
downloadquilt-2d3a503aa8651215e7bb939b995c33356bbce913.tar.gz
- Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.
Diffstat (limited to 'bin')
-rw-r--r--bin/quilt.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/quilt.in b/bin/quilt.in
index 34361da..600270b 100644
--- a/bin/quilt.in
+++ b/bin/quilt.in
@@ -17,6 +17,15 @@ then
export QUILTRC
fi
+# Support compatibility layer
+if [ -r @QUILT@/compat/compatfns ]
+then
+ source @QUILT@/compat/compatfns
+fi
+
+
+export PATH="@QUILT@/compat:$PATH"
+
usage()
{