Re: Michael Stilkerich in <[EMAIL PROTECTED]>
> The error is an
> E: fvwm-crystal: shell-script-fails-syntax-check 
> ./usr/share/fvwm-crystal/fvwm/Applications/20~Games/Arcade/~jumpnbump-menu~Jump'N'Bump

> #!/bin/sh
> 
> exec jumpnbump-menu $@

The general rule for sh scripts is "always quote stuff", so the above
line should read

exec jumpnbump-menu "$@"

This makes a difference when one of the arguments contains a space,
the special "$@" magic (as opposed to "$*") expands these arguments
correctly.

I don't know though if that's the error that lintian complains about.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature

Reply via email to