Raphael Geissert wrote:
> I've ran checkbashisms (from the 'devscripts' package) over the whole
> archive and I found that your package has a /bin/sh script that uses a
> "bashism".
> 
> checkbashisms' output:
> > possible bashism in ./usr/bin/git-remote-gcrypt line 102 (setvar 'foo'
> > 'bar' should be eval 'foo="'"$bar"'"'):
> >       setvar "$1" "$f_append_tmp_$2"

Why? 

setvar()
{
        isnull "${1##@*}" || echo_die "Missing @ for return variable: $1"
        eval ${1#@}=\$2
}

AFAICS, setvar is not a bash builtin at al.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to