changeset 160:b926b1b0ed79

* Fix typo in Mono command name
author IBBoard <dev@ibboard.co.uk>
date Mon, 16 Jul 2012 20:46:17 +0100
parents 89e2442bbb60
children 4149dbdf042f
files WarFoundry.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/WarFoundry.sh	Sat May 19 20:26:44 2012 +0100
+++ b/WarFoundry.sh	Mon Jul 16 20:46:17 2012 +0100
@@ -8,7 +8,7 @@
 	fi
 }
 
-command -v monoo >/dev/null 2>&1
+command -v mono >/dev/null 2>&1
 if [[ $? != 0 ]]; then
 	reportError "WarFoundry requires Mono to run - please install it from your package manager"
 	exit 3