From 86f1a81aa70579a9b278993217b24b2f31d17c47 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 20 Jun 2016 10:53:58 +1200 Subject: Test for required programs --- bin/plenv-modules-update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/plenv-modules-update b/bin/plenv-modules-update index c5fea8c9..504cf13f 100755 --- a/bin/plenv-modules-update +++ b/bin/plenv-modules-update @@ -3,6 +3,8 @@ LANG=C.UTF-8 export LANG +hash cpanm plenv || exit + mf=$(mktemp) || exit ef=$(mktemp) || exit cf=$(mktemp) || exit -- cgit v1.2.3