summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-11-08 11:59:19 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-11-08 11:59:19 +0000
commitb5c032075556514b4fc47c0e4e61835cee71637d (patch)
tree206452e5c2d308f93575d82d543b3c80990deba0
parent0b78ce356ad22b935e8c6fec9518e8a4c65771a4 (diff)
downloadquilt-b5c032075556514b4fc47c0e4e61835cee71637d.tar.gz
- Missing quotation in bash_completion
(Axel Grossklaus <ag@pre-secure.de>).
-rw-r--r--bash_completion2
-rw-r--r--quilt.changes4
2 files changed, 4 insertions, 2 deletions
diff --git a/bash_completion b/bash_completion
index d0c1ede..ce5431c 100644
--- a/bash_completion
+++ b/bash_completion
@@ -245,7 +245,7 @@ _quilt_completion()
return 0
}
-[ ${BASH_VERSINFO[0]} > 2 -o \
+[ ${BASH_VERSINFO[0]} -gt 2 -o \
${BASH_VERSINFO[0]} = 2 -a ${BASH_VERSINFO[1]} '>' 04 ] \
&& _quilt_complete_opt="-o filenames"
complete -F _quilt_completion $_quilt_complete_opt quilt
diff --git a/quilt.changes b/quilt.changes
index 40f6a0a..1482715 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,8 +1,10 @@
-------------------------------------------------------------------
-Mon Nov 8 12:47:37 CET 2004 - agruen@suse.de
+Mon Nov 8 12:54:15 CET 2004 - agruen@suse.de
- Fix extra trailing space in series file after quilt refresh
(David Vrabel <dvrabel@arcom.com>).
+- Missing quotation in bash_completion
+ (Axel Grossklaus <ag@pre-secure.de>).
-------------------------------------------------------------------
Sun Oct 17 22:19:09 CEST 2004 - agruen@suse.de