From 493a9f03f3718be0b9902d1e5cb5bf9bb3506bf9 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 25 Sep 2011 18:13:38 +0300 Subject: [PATCH] bash_aliases: fixed wesnoth alias. Added the missing space. --- bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_aliases b/bash_aliases index 8507bd69..10655cda 100755 --- a/bash_aliases +++ b/bash_aliases @@ -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"