summaryrefslogtreecommitdiffstats
path: root/bin/quilt.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-18 00:04:00 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-18 00:04:00 +0000
commit19cf6de2f3070181014e9add7c067043b05d7ca6 (patch)
treeb8c2da9339b58b607120c132bea3bdb4f3d8bc21 /bin/quilt.in
parent9da8868de2d0f89fe81123425d60eb1fa39d2b99 (diff)
downloadquilt-19cf6de2f3070181014e9add7c067043b05d7ca6.tar.gz
- Replace @FOO@ macros in scripts with foo command where possible.
Diffstat (limited to 'bin/quilt.in')
-rw-r--r--bin/quilt.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/quilt.in b/bin/quilt.in
index 96ea404..f37a7a0 100644
--- a/bin/quilt.in
+++ b/bin/quilt.in
@@ -37,7 +37,7 @@ usage()
quilt_commands \
| sort \
| column | column -t \
- | @SED@ -e $'s/^/\t/'
+ | sed -e $'s/^/\t/'
echo $"
Global options:
@@ -140,6 +140,5 @@ fi
set -- "${args[@]}"
unset args
-#source @QUILT@/$command
export QUILT_COMMAND="${command##*/}"
-@BASH@ $BASH_OPTS -c ". @QUILT@/$command" "quilt ${command##*/}" "$@"
+bash $BASH_OPTS -c ". @QUILT@/$command" "quilt ${command##*/}" "$@"