[Nice] [PATCH 3/4] Use #!/bin/sh instead of #!/bin/bash

Timothy Redaelli timothy at redaelli.eu
Thu Mar 31 06:27:39 PDT 2011


---
 tests/test-pseudotcp-random.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/test-pseudotcp-random.sh b/tests/test-pseudotcp-random.sh
index c1ba4ad..7cdbde0 100755
--- a/tests/test-pseudotcp-random.sh
+++ b/tests/test-pseudotcp-random.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 dd if=/dev/urandom of=rand count=1024 ibs=1024
 ./test-pseudotcp rand rand-copy
-- 
1.7.4.2



More information about the Nice mailing list