diff options
| author | Simon Rettberg | 2013-09-09 19:55:15 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-09 19:55:15 +0200 |
| commit | a3b435f6a1582b3b63ffbd4ad703e3ec893be62e (patch) | |
| tree | 7e18fb761f17251f5e64410d5a602e0369263c09 | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-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-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 |
