[pkg-remote-commits] [xrdp] 01/01: Fix minor bug in generation script.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Dec 23 01:27:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit 2c4e2fce17166dad4ddc285b04587a852cdcb805
Author: Dominik George <nik at naturalnet.de>
Date: Fri Dec 23 02:27:03 2016 +0100
Fix minor bug in generation script.
---
debian/generate-keymap-rm-conffile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/generate-keymap-rm-conffile.sh b/debian/generate-keymap-rm-conffile.sh
index 29d20c6..533053d 100644
--- a/debian/generate-keymap-rm-conffile.sh
+++ b/debian/generate-keymap-rm-conffile.sh
@@ -43,7 +43,7 @@ while read -rp version; do
# Analyse git tree of that upstream tag
git ls-tree --name-only upstream/${version//\~/_} -- instfiles/ | \
- grep -o "km-.*.ini" | sort >"$temp2"
+ grep -o 'km-.*\.ini' >"$temp2"
# Compare file lists and output rm_conffile directives
for file in $(comm -23 "$temp1" "$temp2"); do
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/xrdp.git
More information about the pkg-remote-commits
mailing list