possible bashism in ./usr/share/doc/tin/examples/tinlock line 20 ($UID should be "$(id -ru)"): if test -z $UID ; then possible bashism in ./usr/share/doc/tin/examples/tinlock line 21 (UID=): UID=`id|sed 's,uid=\([0-9]\+\).*,\1,'` possible bashism in ./usr/share/doc/tin/examples/tinlock line 24 ($UID should be "$(id -ru)"): file=tinlock.${USER-"$UID"} possible bashism in ./usr/share/doc/tin/tools/tinlock line 20 ($UID should be "$(id -ru)"): if test -z $UID ; then possible bashism in ./usr/share/doc/tin/tools/tinlock line 21 (UID=): UID=`id|sed 's,uid=\([0-9]\+\).*,\1,'` possible bashism in ./usr/share/doc/tin/tools/tinlock line 24 ($UID should be "$(id -ru)"): file=tinlock.${USER-"$UID"}
This report was generated on Sat, 18 Dec 2010 01:11:02 +0000, based on results by checkbashisms 2.10.65git5