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