diff options
| author | Simon Rettberg | 2013-09-09 19:55:15 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-09 19:55:15 +0200 |
| commit | 3e6e24ea7ce6f9116721cb8152ccca5f8a9b063b (patch) | |
| tree | a1b37ac96ed7a4c9e272a2e8ad217bbd10c397e4 | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-3e6e24ea7ce6f9116721cb8152ccca5f8a9b063b.tar.gz tm-scripts-3e6e24ea7ce6f9116721cb8152ccca5f8a9b063b.tar.xz tm-scripts-3e6e24ea7ce6f9116721cb8152ccca5f8a9b063b.zip | |
[mltk] Add pkg-config to required dev-tools, add "exit 1" to qnd_exit just in case...
| -rwxr-xr-x | mltk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
