summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-09 19:55:15 +0200
committerSimon Rettberg2013-09-09 19:55:15 +0200
commita3b435f6a1582b3b63ffbd4ad703e3ec893be62e (patch)
tree7e18fb761f17251f5e64410d5a602e0369263c09
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-a3b435f6a1582b3b63ffbd4ad703e3ec893be62e.tar.gz
tm-scripts-a3b435f6a1582b3b63ffbd4ad703e3ec893be62e.tar.xz
tm-scripts-a3b435f6a1582b3b63ffbd4ad703e3ec893be62e.zip
[mltk] Add pkg-config to required dev-tools, add "exit 1" to qnd_exit just in case...
-rwxr-xr-xmltk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mltk b/mltk
index 73de3601..67b5e663 100755
--- a/mltk
+++ b/mltk
@@ -28,6 +28,7 @@ qnd_exit() {
unset_quiet
kill "$MLTK_PID"
[ $# -ge 1 ] && kill "$1"
+ exit 1
}
# source all helper functions files that are found under helper/*.inc