Debian Automated Code Analysis

checkbashisms analysis of libvirt_0.8.3-5.dsc

possible bashism in ./daemon/libvirt-guests.init.in line 130 ($"foo" should be eval_gettext "foo"):
        echo $"libvirt-guests is configured not to start any guests on boot"
possible bashism in ./daemon/libvirt-guests.init.in line 145 ($"foo" should be eval_gettext "foo"):
            echo $"Ignoring guests on $uri URI"
possible bashism in ./daemon/libvirt-guests.init.in line 149 ($"foo" should be eval_gettext "foo"):
        echo $"Resuming guests on $uri URI..."
possible bashism in ./daemon/libvirt-guests.init.in line 152 ($"foo" should be eval_gettext "foo"):
            echo -n $"Resuming guest $name: "
possible bashism in ./daemon/libvirt-guests.init.in line 155 ($"foo" should be eval_gettext "foo"):
                    echo $"already active"
possible bashism in ./daemon/libvirt-guests.init.in line 158 ($"foo" should be eval_gettext "foo"):
                    retval run_virsh $uri start "$name" >/dev/null && \
                    echo $"done"
possible bashism in ./daemon/libvirt-guests.init.in line 174 ($"foo" should be eval_gettext "foo"):
    label=$"Suspending $name: "
possible bashism in ./daemon/libvirt-guests.init.in line 180 (should be >word 2>&1):
        kill -0 $virsh_pid >&/dev/null || break
possible bashism in ./daemon/libvirt-guests.init.in line 189 ($"foo" should be eval_gettext "foo"):
    retval wait $virsh_pid && printf '\r%s%-12s\n' "$label" $"done"
possible bashism in ./daemon/libvirt-guests.init.in line 198 ($"foo" should be eval_gettext "foo"):
    label=$"Shutting down $name: "
possible bashism in ./daemon/libvirt-guests.init.in line 204 ('$[' should be '$(('):
        timeout=$[timeout - 1]
possible bashism in ./daemon/libvirt-guests.init.in line 212 ($"foo" should be eval_gettext "foo"):
            printf '\r%s%-12s\n' "$label" $"failed to shutdown in time"
possible bashism in ./daemon/libvirt-guests.init.in line 214 ($"foo" should be eval_gettext "foo"):
            printf '\r%s%-12s\n' "$label" $"done"
possible bashism in ./daemon/libvirt-guests.init.in line 227 ($"foo" should be eval_gettext "foo"):
            echo $"Shutdown action requested but SHUTDOWN_TIMEOUT was not set"
possible bashism in ./daemon/libvirt-guests.init.in line 235 ($"foo" should be eval_gettext "foo"):
        echo -n $"Running guests on $uri URI: "
possible bashism in ./daemon/libvirt-guests.init.in line 238 ($"foo" should be eval_gettext "foo"):
            echo $"libvirtd not installed; skipping this URI."
possible bashism in ./daemon/libvirt-guests.init.in line 251 ($"foo" should be eval_gettext "foo"):
                echo $"no running guests."
possible bashism in ./daemon/libvirt-guests.init.in line 261 ($"foo" should be eval_gettext "foo"):
            echo $"Suspending guests on $uri URI..."
possible bashism in ./daemon/libvirt-guests.init.in line 263 ($"foo" should be eval_gettext "foo"):
            echo $"Shutting down guests on $uri URI..."
possible bashism in ./daemon/libvirt-guests.init.in line 291 ($"foo" should be eval_gettext "foo"):
        echo $"stopped, with saved guests"
possible bashism in ./daemon/libvirt-guests.init.in line 295 ($"foo" should be eval_gettext "foo"):
            echo $"started"
possible bashism in ./daemon/libvirt-guests.init.in line 297 ($"foo" should be eval_gettext "foo"):
            echo $"stopped, with no saved guests"
possible bashism in ./daemon/libvirt-guests.init.in line 306 ($"foo" should be eval_gettext "foo"):
    echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload|gueststatus|shutdown}"
possible bashism in ./daemon/libvirtd.init.in line 60 ($"foo" should be eval_gettext "foo"):
    echo -n $"Starting $SERVICE daemon: "
possible bashism in ./daemon/libvirtd.init.in line 70 ($"foo" should be eval_gettext "foo"):
    echo -n $"Stopping $SERVICE daemon: "
possible bashism in ./daemon/libvirtd.init.in line 88 ($"foo" should be eval_gettext "foo"):
    echo -n $"Reloading $SERVICE configuration: "
possible bashism in ./daemon/libvirtd.init.in line 112 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|status|restart|condrestart|reload|force-reload|try-restart}"
possible bashism in ./configure line 49110 (should be 'b = a'):
if test "x$with_remote_pid_file" == "x" ; then
possible bashism in ./configure line 49112 (should be 'b = a'):
elif test "x$with_remote_pid_file" == "xnone" ; then
possible bashism in ./configure line 58230 (should be 'b = a'):
    if test "$with_python" == "yes" ; then
possible bashism in ./tests/daemon-conf line 42 (alternative test command ([[ foo ]] should be [ foo ])):
    [[\"]*) sed "$i"'s/ = [["].*/ = 3/' tmp.conf > $f;;

This report was generated on Fri, 17 Dec 2010 08:38:36 +0000, based on results by checkbashisms 2.10.65git5