Set -e in the body of the maintainers script

This commit is contained in:
Jan Wagner 2014-06-24 11:45:47 +02:00
parent b1ef0e0f60
commit d4ad20c17d
4 changed files with 12 additions and 4 deletions

View file

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
templdir=/usr/share/monitoring-plugins/templates-basic
. /usr/share/monitoring-plugins/dpkg/functions

View file

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
BASIC_PLUGINS="@BASIC_PLUGINS@"

View file

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
. /usr/share/monitoring-plugins/dpkg/functions
templdir=/usr/share/monitoring-plugins/templates-standard

View file

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
STD_PLUGINS="@STD_PLUGINS@"