summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-03-14 23:26:37 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-03-14 23:26:37 +0000
commitf34ef3d6dce8a101e0331b403c9ca3e400e6d7ec (patch)
treea71b5eaa3f9948d9e9dd88c69dab1fc5237fa485 /scripts/patchfns.in
parent64afc2375aa573e735e7690de120685b7f070afa (diff)
downloadquilt-f34ef3d6dce8a101e0331b403c9ca3e400e6d7ec.tar.gz
- Extend `quilt graph' to also support checking for overlapping
changes in patches. - Export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB for use in non-shell components of quilt.
Diffstat (limited to 'scripts/patchfns.in')
-rw-r--r--scripts/patchfns.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 5f5bcde..afca43c 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -9,9 +9,9 @@
ORIGINAL_LANG=$LANG
export LANG=POSIX
-
export TEXTDOMAIN=quilt
-
+export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB
+
: ${QUILT_PATCHES:=patches}
: ${QUILT_PC:=.pc}