[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Don't background the creation of the sparse file.
commit 7dd2e2fbaba165cc51b76099269d11bdaae8f2c5
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Fri Jul 15 21:15:38 2011 +0000
Don't background the creation of the sparse file.
---
experiments/00 | 2 +-
experiments/01 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/experiments/00 b/experiments/00
index b88b974..484787d 100755
--- a/experiments/00
+++ b/experiments/00
@@ -13,7 +13,7 @@ cd ..
# Create 1GB dump file
echo "creating dump file..."
rm dump
-dd if=/dev/null of=dump bs=1G seek=1 &
+dd if=/dev/null of=dump bs=1G seek=1
# Start http server
echo "starting http server..."
diff --git a/experiments/01 b/experiments/01
index 88e0565..b3962f9 100755
--- a/experiments/01
+++ b/experiments/01
@@ -13,7 +13,7 @@ cd ..
# Create 1GB dump file
echo "creating dump file..."
rm dump
-dd if=/dev/null of=dump bs=1G seek=1 &
+dd if=/dev/null of=dump bs=1G seek=1
# Start http server
echo "starting http server..."
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits