possible bashism in ./configure line 14 ($RANDOM): TMPC="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.c" possible bashism in ./configure line 15 ($RANDOM): TMPO="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.o" possible bashism in ./configure line 16 ($RANDOM): TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.exe" possible bashism in ./configure line 1455 (echo -e): echo -e "${kvmerr}\n\ NOTE: To enable KVM support, update your kernel to 2.6.29+ or install \ recent kvm-kmod from http://sourceforge.net/projects/kvm." possible bashism in ./kvm/scripts/mkbootdisk line 9 (alternative test command ([[ foo ]] should be [ foo ])): [[ -f "$kernel" ]] || { echo need kernel; exit 1; } possible bashism in ./kvm/scripts/mkbootdisk line 13 (alternative test command ([[ foo ]] should be [ foo ])): [[ -d "$mnt_dir" ]] || { echo mount dir err; exit 1; } possible bashism in ./kvm/scripts/kvm line 131 ('((' should be '$(('): for ((i=0;i<3;i++)); do possible bashism in ./kvm/scripts/kvm line 207 ($"foo" should be eval_gettext "foo"): echo -n $"Starting KVM: " possible bashism in ./kvm/scripts/kvm line 213 ($"foo" should be eval_gettext "foo"): echo -n $"Shutting down KVM: "
This report was generated on Fri, 17 Dec 2010 10:38:17 +0000, based on results by checkbashisms 2.10.65git5