diff options
author | Binh Nguyen <binhvng@gmail.com> | 2012-10-11 09:12:31 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-11-20 12:35:22 -0600 |
commit | f01eea0303d967c9cb0dd3ed49882e72bda473b6 (patch) | |
tree | 3c3164e56258560cab92b2eab92c18b97ab3346b /development/quilt/doinst.sh | |
parent | 264d6ff5505f741653b2d50fcf77a2abcbb9a90a (diff) |
development/quilt: Updated for version 0.60 (+new maintainer)
This also reverted commit 1c8e35d0e59d43590ebb5c77251bef51edf45b86.
(The completion file /etc/bash_completion.d/quilt was not intended for
change by users).
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/quilt/doinst.sh')
-rw-r--r-- | development/quilt/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/quilt/doinst.sh b/development/quilt/doinst.sh index d90af937d81c1..0fb57276d803e 100644 --- a/development/quilt/doinst.sh +++ b/development/quilt/doinst.sh @@ -10,5 +10,5 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } + config etc/quilt.quiltrc.new -config etc/bash_completion.d/quilt.new |