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/openssh-client.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/openssh-client.postinst') diff --git a/debian/openssh-client.postinst b/debian/openssh-client.postinst index 85cedc406..978b04a9b 100644 --- a/debian/openssh-client.postinst +++ b/debian/openssh-client.postinst @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/bin/sh +set -e action="$1" oldversion="$2" -- cgit v1.2.3