Bug#464989: hibernate: bashism in /bin/sh script

2008-03-30 Thread martin f krafft
tags 464989 fixed-upstream pending confirmed patch thanks also sprach Raphael Geissert <[EMAIL PROTECTED]> [2008.03.18.0442 +0100]: > But latest checkbashisms' output (excluding the $RANDOM line): > > possible bashism in ./usr/sbin/hibernate line 693 (local foo=bar): > > local file_name="$1" >

Bug#464989: hibernate: bashism in /bin/sh script

2008-03-18 Thread Raphael Geissert
severity 464989 important user [EMAIL PROTECTED] usertags 464989 -goal-dash thanks I missed the '$$' in the line where $RANDOM is used (some scripts do use $RANDOM 'just in case', and they do not strongly rely on it), so the $RANDOM bashism can be ignored. But latest checkbashisms' output (exc

Bug#464989: hibernate: bashism in /bin/sh script

2008-02-21 Thread Morten Werner Forsbring
tags 464989 patch upstream thanks Hi, I made a patch (attached) which works around this bashism in hibernate.sh. It's also reported upstream [1]. - Werner [1] http://bugzilla.tuxonice.net/show_bug.cgi?id=361 diff -ruN hibernate-1.97.orig/hibernate.sh hibernate-1.97/hibernate.sh --- hibernate-