aboutsummaryrefslogtreecommitdiffstats
path: root/code/macosx/BuildRelease
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-26 17:39:27 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-26 17:39:27 +0000
commit6bf20c78f5b69d40bcc4931df93d29198435ab67 (patch)
treee3eda937a05d7db42de725b7013bd0344b987f34 /code/macosx/BuildRelease
parent872d4d7f55af706737ffb361bb76ad13e7496770 (diff)
downloadioquake3-aero-6bf20c78f5b69d40bcc4931df93d29198435ab67.tar.gz
ioquake3-aero-6bf20c78f5b69d40bcc4931df93d29198435ab67.zip
newlines fixed
git-svn-id: svn://svn.icculus.org/quake3/trunk@6 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/macosx/BuildRelease')
-rwxr-xr-xcode/macosx/BuildRelease34
1 files changed, 17 insertions, 17 deletions
diff --git a/code/macosx/BuildRelease b/code/macosx/BuildRelease
index fd49285..b38e82d 100755
--- a/code/macosx/BuildRelease
+++ b/code/macosx/BuildRelease
@@ -1,17 +1,17 @@
-#!/bin/zsh
-
-APPNAME="Quake3"
-PACKAGENAME= Quake3
-
-(cd $OMNI_SOURCE_ROOT; ./Build Quake3 install)
-
-rm -rf "/tmp/$APPNAME"
-mkdir "/tmp/$APPNAME"
-cp "Read Me.rtf" "/tmp/$APPNAME"
-
-cd /Users/Shared/$USER/InstalledProducts
-gnutar cf - FAKK2.app | (cd "/tmp/$APPNAME"; gnutar xf -)
-
-cd "/tmp/$APPNAME"
-sudo ~bungi/Unix/bin/files2image $PACKAGENAME ./*
-
+#!/bin/zsh
+
+APPNAME="Quake3"
+PACKAGENAME= Quake3
+
+(cd $OMNI_SOURCE_ROOT; ./Build Quake3 install)
+
+rm -rf "/tmp/$APPNAME"
+mkdir "/tmp/$APPNAME"
+cp "Read Me.rtf" "/tmp/$APPNAME"
+
+cd /Users/Shared/$USER/InstalledProducts
+gnutar cf - FAKK2.app | (cd "/tmp/$APPNAME"; gnutar xf -)
+
+cd "/tmp/$APPNAME"
+sudo ~bungi/Unix/bin/files2image $PACKAGENAME ./*
+