[svn] / ecrypt / trunk / start  

svn: ecrypt/trunk/start

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

version 55, Tue Aug 9 15:54:20 2005 UTC version 61, Mon Aug 15 21:50:35 2005 UTC
Line 1 
Line 1 
 #!/bin/bash  #!/bin/sh
   
 exec ./scripts/run;  [ -z "$BASH_VERSION" ] && (which bash > /dev/null 2>&1) && exec bash $0;
   
   # -----------------------------------------------------------------------------
   
   cd "$(cd $(dirname $(which "$0")) && pwd)";
   
   cat <<EOF
   
   ECRYPT Stream Cipher Project
   
   EOF
   
   ./scripts/configure;
   ./scripts/run;


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help