From dffe5965d45b422f37a4b2ed4e3304a8f93476d3 Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Sat, 7 Sep 2013 19:16:57 +0100 Subject: updated dependency checking --- lib/main.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/main.sh b/lib/main.sh index 3422562..1710198 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -136,6 +136,14 @@ then envbot_quit 1 fi +# Check for recode +if ! which recode +then + echo "recode is a dep, please install." + envbot_quit 1 +fi + + # And finally lets export this as $HOME export HOME="$tmp_home" -- cgit v1.2.3