*** empty log message ***

svn path=/trunk/boinc/; revision=5566
This commit is contained in:
Rom Walton 2005-03-04 21:55:04 +00:00
parent e2826c6190
commit 4b579b17f1
1 changed files with 1 additions and 3 deletions

View File

@ -29,15 +29,13 @@ fi
if [ `uname` = "Linux" ]; then
compress=gzip
expand=gunzip
tail_cmd=tail -n +4
else
compress=compress
expand=uncompress
tail_cmd=tail +4
fi
echo '#!/bin/sh
$tail_cmd < "$0" | '$expand' | tar xf - && /bin/sh '"$install $*"'
( read l; read l; read l; exec cat ) < "$0" | '$expand' | tar xf - && /bin/sh '"$install $*"'
exit' > "$filename" &&
$compress < "$1" >> "$filename" &&
chmod +x "$filename"