summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-14 04:27:21 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-14 04:27:21 +0000
commit64f092c0a46b3d592db231947b930e9c1a5aa524 (patch)
treef02a492015d7201ca9bfc98f347e816df034e54e /scripts/patchfns.in
parentc31c2b03f9cb66981908c9048eb586d2917856af (diff)
downloadquilt-64f092c0a46b3d592db231947b930e9c1a5aa524.tar.gz
- Use the quilt version in the source tree instead of the
installed version for running the test suite.
Diffstat (limited to 'scripts/patchfns.in')
-rw-r--r--scripts/patchfns.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index b74cce5..5e29da6 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -24,9 +24,9 @@ DB_VERSION=2
: ${QUILT_PC:=.pc}
# Support compatibility layer
-if [ -d @QUILT@/compat ]
+if [ -d $QUILT/compat ]
then
- export PATH="@QUILT@/compat:$PATH"
+ export PATH="$QUILT/compat:$PATH"
fi
unset CDPATH
@@ -729,7 +729,7 @@ quilt_command ()
local command=$1
shift
- QUILT_COMMAND="" bash $BASH_OPTS -c ". @QUILT@/$command" "quilt $command" "$@"
+ QUILT_COMMAND="" bash $BASH_OPTS -c ". $QUILT/$command" "quilt $command" "$@"
}
#