summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorChristian Rößler2013-10-31 15:52:58 +0100
committerChristian Rößler2013-10-31 15:52:58 +0100
commita36176d91ecf16d07da7916f6df7391c066491d3 (patch)
tree8b373e636ac9f89a39a223c383e8db1425555289 /mltk
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-a36176d91ecf16d07da7916f6df7391c066491d3.tar.gz
tm-scripts-a36176d91ecf16d07da7916f6df7391c066491d3.tar.xz
tm-scripts-a36176d91ecf16d07da7916f6df7391c066491d3.zip
[mltk] check for needed devtools after displaying help / options for
convenience.
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mltk b/mltk
index 2c75a4ed..b11e487f 100755
--- a/mltk
+++ b/mltk
@@ -169,6 +169,7 @@ read_params() {
*)
pwarning "Unknown mode: $1"
print_usage
+ check_devtools
exit 1
;;
esac