summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
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" "$@"
}
#