> checkbashisms' output: >> possible bashism in ./usr/share/gnu-smalltalk/vfs/urar line 73 ($RANDOM): >> dir=tmpdir.${RANDOM} >> possible bashism in ./usr/share/gnu-smalltalk/vfs/uzip line 94 ($RANDOM): >> dir=$TMPDIR/uzip$$-$RANDOM
These are not needed for correctness. In particular, the latter is only used if mktemp -d is not supported, and the former is created in the current directory so it is not insecure (I'll change it to use mktemp -d as well, but it will need a fallback too so it will still use $RANDOM). Can this be made WONTFIX? Paolo -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org