Raphael Geissert wrote:
While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing one or more /bin/sh scripts making use of bashisms.

checkbashisms' output:
possible bashism in
./usr/share/doc/dar-docs/examples/pause_every_n_slice.duc line 18 (let ...): let toto=$3%$6
How do I resolve this? I am not really sure what "let" does. Is this the same as:

toto=$(( $3%$6 ))

??

Thanks.

Brian May



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to