[svn] / ecrypt / trunk / start  

svn: ecrypt/trunk/start

Diff for /ecrypt/trunk/start between version 61 and 81

version 61, Mon Aug 15 21:50:35 2005 UTC version 81, Sun Aug 21 16:16:14 2005 UTC
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
   
 [ -z "$BASH_VERSION" ] && (which bash > /dev/null 2>&1) && exec bash $0;  [ -z "$BASH_VERSION" ] && (which bash > /dev/null 2>&1) && exec bash $0 $*;
   
 # -----------------------------------------------------------------------------  # -----------------------------------------------------------------------------
   
Line 12 
Line 12 
   
 EOF  EOF
   
   root=$(cd $(dirname $(which "$0")) && pwd);
   reports="$root/reports-$HOSTNAME";
   
   mkdir -p "$reports"
   
 ./scripts/configure;  ./scripts/configure;
 ./scripts/run;  
   cd "$reports";
   
   ../scripts/run ..;
   ../scripts/collect;
   


Generate output suitable for use with a patch program
Legend:
Removed from v.61  
changed lines
  Added in v.81

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help