~ubuntu-branches/ubuntu/precise/speakup/precise

« back to all changes in this revision

Viewing changes to tools/talkwith

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-13 00:30:09 UTC
  • mto: (6.1.6 sid) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20100113003009-5skpomrhd1oj2pbm
Tags: upstream-3.1.3+git20100110.dfsg.1
ImportĀ upstreamĀ versionĀ 3.1.3+git20100110.dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
fi
72
72
 
73
73
if [ "$NEWMOD" = "soft" ]; then
74
 
        if which espeakup >& /dev/null; then
 
74
        if which espeakup > /dev/null 2>&1 ; then
75
75
                HAVE_ESPEAKUP=1
76
76
        fi
77
 
        if which speechd-up >& /dev/null; then
 
77
        if which speechd-up > /dev/null 2>&1 ; then
78
78
                HAVE_SPD=1
79
79
        fi
80
80