diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-29 16:29:44 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-29 17:17:43 -0500 |
commit | 1c8e35d0e59d43590ebb5c77251bef51edf45b86 (patch) | |
tree | c443bff5173324440e79a071754eef25dba628ab /development/quilt/doinst.sh | |
parent | d9f33a22102f1d00dd7a884c967979c9420c0ec8 (diff) | |
download | slackbuilds-1c8e35d0e59d43590ebb5c77251bef51edf45b86.tar.gz |
development/quilt: Fixed (Don't clobber config file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/quilt/doinst.sh')
-rw-r--r-- | development/quilt/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development/quilt/doinst.sh b/development/quilt/doinst.sh index 9dd15cda87..d90af937d8 100644 --- a/development/quilt/doinst.sh +++ b/development/quilt/doinst.sh @@ -11,3 +11,4 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } config etc/quilt.quiltrc.new +config etc/bash_completion.d/quilt.new |