diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-12-01 01:54:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-01 08:47:22 +0100 |
commit | 817774bcda52667731834b2b910e71ff47c494c4 (patch) | |
tree | 2e8137f65cbedd2ef86c66bc8b77cf394aab0756 /bin/g-i-installation.sh | |
parent | ea6dee2ce375a5db597c3decb2dd6c7c6871cdb0 (diff) | |
download | jenkins.debian.net-817774bcda52667731834b2b910e71ff47c494c4.tar.xz |
g-i espeakup: Fix typo
Diffstat (limited to 'bin/g-i-installation.sh')
-rw-r--r-- | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 37e56a46..c3d90326 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1224,7 +1224,7 @@ save_logs() { grep brltty $RESULTS/dpkg-l || { echo "Warning: package brltty not installed." ; export FAILURE=true ; } ;; *_speakup) - grep epeakup $RESULTS/dpkg-l || { echo "Warning: package espeakup not installed." ; export FAILURE=true ; } + grep espeakup $RESULTS/dpkg-l || { echo "Warning: package espeakup not installed." ; export FAILURE=true ; } ;; *) ;; |