summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-09 19:55:15 +0200
committerJonathan Bauer2013-09-30 13:22:05 +0200
commitcb30429eb6bd9f8515eb586759f0f357996fe045 (patch)
tree298989926dd1c6cf27fd03c982f611258dedac98 /mltk
parent[vbox] addon-init: systemd-udevd gets restarted now. Cave: Queued (diff)
downloadtm-scripts-cb30429eb6bd9f8515eb586759f0f357996fe045.tar.gz
tm-scripts-cb30429eb6bd9f8515eb586759f0f357996fe045.tar.xz
tm-scripts-cb30429eb6bd9f8515eb586759f0f357996fe045.zip
[mltk] Add pkg-config to required dev-tools, add "exit 1" to qnd_exit just in case...
Diffstat (limited to 'mltk')
-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