diff options
Diffstat (limited to 'debian/bugscript')
-rwxr-xr-x | debian/bugscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bugscript b/debian/bugscript index 8423e07c2..f5ec9e05d 100755 --- a/debian/bugscript +++ b/debian/bugscript @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e # reportbug #169495 if [ -z "$YESNO" ]; then |