[irstlm] 131/146: Implemented workaround to handle plsa and plsa.sh in irstlm.
Giulio Paci
giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:37:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
giuliopaci-guest pushed a commit to branch master
in repository irstlm.
commit 9b16dd4dc999f5e907844cde82ed272fbbdce6b2
Author: Giulio Paci <giuliopaci at gmail.com>
Date: Wed May 4 11:59:58 2016 +0200
Implemented workaround to handle plsa and plsa.sh in irstlm.
---
debian/scripts/irstlm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/scripts/irstlm b/debian/scripts/irstlm
index f575b38..3eb5c6f 100755
--- a/debian/scripts/irstlm
+++ b/debian/scripts/irstlm
@@ -58,7 +58,7 @@ USAGE:
COMMANDS:
EOF
- get_commands | sed -e 's/^/ /' | sed -e 's/[.]\(sh\|pl\) -/ -/g'
+ get_commands | sed -e 's/^/ /' | sed -e 's/\([[:space:]]plsa[.]sh\) -/\1.sh -/g' -e 's/[.]\(sh\|pl\) -/ -/g'
cat<<EOF
EOF
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/irstlm.git
More information about the debian-science-commits
mailing list