commit | 0a247835ac7e8d54e897d103560ec9b0bd85ecd3 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 31 00:05:35 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 31 00:05:35 2011 -0700 |
tree | ba7a6a79daa6862b7285bffd1d7dc9d0974bc6c2 | |
parent | b07381f1c36ddf2a0dd5cf538c2e566b523883e6 [diff] [blame] |
attempt to get around the tail not outputing issue
diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index de3fb3c..f24f726 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh
@@ -406,7 +406,7 @@ sleep 1 done - tail -F $VM_DIR/console.log & + tail -n +1 -F $VM_DIR/console.log & TAIL_PID=$!