[Chinese-commits] [fortune-zh] 02/03: fortune-zh: fix a issue

Zhou Mo cdluminate-guest at moszumanska.debian.org
Thu Dec 8 03:56:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository fortune-zh.

commit f4e228267f0656b76d25df17a12ab485c360c635
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Dec 8 03:55:24 2016 +0000

    fortune-zh: fix a issue
---
 fortune-zh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fortune-zh b/fortune-zh
index 6214a52..1b2892e 100755
--- a/fortune-zh
+++ b/fortune-zh
@@ -3,7 +3,7 @@
 set -e
 
 FORTUNE="/usr/games/fortune"
-[ -x $FORTUNE ] || echo "E: Please install package 'fortune-mod'."; false
+[ -x $FORTUNE ] || ( echo "E: Please install package 'fortune-mod'."; false )
 
 # the old version (1.*) of fortune-zh contains only tang300 and song100
 DICT="18% tang300 05% song100 77% chinese"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fortune-zh.git



More information about the Chinese-commits mailing list