summaryrefslogtreecommitdiff
path: root/debian/openssh-client.postinst
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-06-13 14:00:21 +0100
committerColin Watson <cjwatson@debian.org>2013-06-13 14:00:21 +0100
commited1b8fa3b2e14f180b43e6cf3a5896f16e421031 (patch)
tree57a1acbc5305d8a25f9f63e46dd1a38eb4675218 /debian/openssh-client.postinst
parent074489e1e6e97c75d87750035dbaf8c693e9736e (diff)
Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts and
ssh-argv0.
Diffstat (limited to 'debian/openssh-client.postinst')
-rw-r--r--debian/openssh-client.postinst3
1 files changed, 2 insertions, 1 deletions
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 @@
1#!/bin/sh -e 1#!/bin/sh
2set -e
2 3
3action="$1" 4action="$1"
4oldversion="$2" 5oldversion="$2"