summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-06-06 00:20:07 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-06-06 00:20:07 +0000
commiteb1a6de33c1b631e4636ff26dde2945a0db8db74 (patch)
treef8f6db4094c602e59fbbf9398e6edfaa499e851f /bin
parent77265baff69c1576f9e90e13b9a23d72363ab897 (diff)
downloadquilt-eb1a6de33c1b631e4636ff26dde2945a0db8db74.tar.gz
- backup-file.c: Add code to recursively search .pc directories.
Add a "no-op" mode as default, and allow to just unlink files. - apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists. - rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step. - If QUILTRC is set in the environment, use this as the configuration file.
Diffstat (limited to 'bin')
-rw-r--r--bin/quilt.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/quilt.in b/bin/quilt.in
index 858ae88..3be2f0a 100644
--- a/bin/quilt.in
+++ b/bin/quilt.in
@@ -7,7 +7,11 @@
# See the COPYING and AUTHORS files for more details.
export TEXTDOMAIN=quilt
-export QUILTRC=$HOME/.quiltrc
+
+if [ -z "$QUILTRC" ]
+then
+ export QUILTRC=$HOME/.quiltrc
+fi
usage()
{