Francesco Poli dixit:

>Please add this harmless line to /usr/lib/pbuilder/pdebuild-internal:
>
>  export DEBSOURCEDIR=$(readlink -f $(pwd))

Harmful. You’ll want:

    DEBSOURCEDIR=$(readlink -f "$(pwd)"); export DEBSOURCEDIR


bye,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh

Reply via email to