Adam D. Barratt wrote:
> diff -u dash-0.5.5.1/debian/dash.preinst dash-0.5.5.1/debian/dash.preinst
> --- dash-0.5.5.1/debian/dash.preinst
> +++ dash-0.5.5.1/debian/dash.preinst
> @@ -1,4 +1,4 @@
> -#!/bin/sh
> +#!/bin/bash
> set -e
>
> divert() {
> @@ -6,16 +6,19 @@
> ltarget=$2
>
Hi,
I'm proposing NMUing dash to fix #546528, which relates to the fact that
the preinst script uses a /bin/sh shebang.
For ease of review and to reduce the risk of breaking things at this
stage of the cycle, I've chosen the simpler approach of moving the
script to use bash as its interpreter ins
2 matches
Mail list logo