bash_aliases: fixed wesnoth alias.

Added the missing space.
This commit is contained in:
Mika Suomalainen 2011-09-25 18:13:38 +03:00
parent 5d16a7edcb
commit 493a9f03f3
1 changed files with 1 additions and 1 deletions

View File

@ -80,4 +80,4 @@ alias checkinstall="sudo checkinstall -D --install=no "
# The Battle for Wesnoth specific, http://wesnoth.org/
# It seems to be an good idea to have debug logs on terminal with svn version.
alias wesnoth="wesnoth--debug"
alias wesnoth="wesnoth --debug"