Skip to content

Commit

Permalink
view.sh: minor edit of error message in check_xfd()
Browse files Browse the repository at this point in the history
  • Loading branch information
stark committed Jul 20, 2015
1 parent 8767949 commit d14badb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.sh
Expand Up @@ -5,7 +5,7 @@ check_xfd()
if [ "$(command -v xfd)" ]; then
showfont
else
printf "Application 'xfd' is not installed !"
printf "Application 'xfd' is not installed !\n"
exit 1
fi
}
Expand Down

0 comments on commit d14badb

Please sign in to comment.