From ed1b8fa3b2e14f180b43e6cf3a5896f16e421031 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 13 Jun 2013 14:00:21 +0100 Subject: Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts and ssh-argv0. --- debian/ssh-argv0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/ssh-argv0') diff --git a/debian/ssh-argv0 b/debian/ssh-argv0 index 67599aec2..37506a4d7 100644 --- a/debian/ssh-argv0 +++ b/debian/ssh-argv0 @@ -1,4 +1,5 @@ -#! /bin/sh -e +#! /bin/sh +set -e # Copyright (c) 2001 Jonathan Amery. # -- cgit v1.2.3