Author: sgoeschl
Date: Thu Apr 10 08:22:17 2008
New Revision: 646842

URL: http://svn.apache.org/viewvc?rev=646842&view=rev
Log:
Changed the usage of the echo statement to work with HP-UX (thanks to sebb)

Modified:
    commons/sandbox/exec/trunk/src/test/scripts/forever.sh

Modified: commons/sandbox/exec/trunk/src/test/scripts/forever.sh
URL: 
http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/test/scripts/forever.sh?rev=646842&r1=646841&r2=646842&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/test/scripts/forever.sh (original)
+++ commons/sandbox/exec/trunk/src/test/scripts/forever.sh Thu Apr 10 08:22:17 
2008
@@ -22,6 +22,5 @@
 while test "notempty"
 do
   sleep 1
-  echo -n . 
-  # echo -n . >> ./target/forever.txt
+  echo '.\c' >> ./target/forever.txt
 done


Reply via email to