Some little changes I still had lying around.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@999 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -54,7 +54,7 @@ chmod -R go+rX "${TEMPDIR}/attach"
|
||||
|
||||
echo "Making tar.gz file for everything except from the content."
|
||||
echo "Using maximum compression; this may take a moment."
|
||||
tar -c -C "${TEMPDIR}/attach/" . | gzip -9 > "${TEMPDIR}/attach.tar.gz"
|
||||
tar -c -C "${TEMPDIR}/attach/" -f - . | gzip -9 > "${TEMPDIR}/attach.tar.gz"
|
||||
|
||||
{
|
||||
cat << EOF
|
||||
|
||||
Reference in New Issue
Block a user