Hello,

I'll fix the shell rediretion with the next upload. But the other
complain puzzles me:

On 2/24/13 7:07 AM, Raphael Geissert wrote:
> checkbashisms' output:
>> possible bashism in ./usr/share/bug/libv4l-0 line 5 ('command' with option
>> other than -p):
>> if command -v v4l-info &> /dev/null

> You can find hints about how to fix bashisms at:
> https://wiki.ubuntu.com/DashAsBinSh

Your linked Wiki page states:
> Also, the following can be used to check for the presence of the time program.
> ...
> > # if statement
> if [ ! "$(command -v time)" ]; then
>     echo "time is not installed"
>     exit 1
> fi

So the example also uses the -v option. Is the -v option allowed or not?

Thanks,
Gregor


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to