From 888775bfd9143aabade6979d6efe5420ee0265cf Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 15 Feb 2022 15:50:39 +0800 Subject: bugscript: switch from options in shebang to options for set Otherwise the options won't be applied when running the script directly from a sh command instead of via the shebang. --- debian/apt.bug-script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/apt.bug-script') diff --git a/debian/apt.bug-script b/debian/apt.bug-script index b22671268..eae54fe69 100755 --- a/debian/apt.bug-script +++ b/debian/apt.bug-script @@ -1,4 +1,5 @@ -#!/bin/bash -e +#!/bin/bash +set -e cat <