Oh, that's just been RTF'd. Maybe got saved with TextEdit? Here's the raw text version:
echo echo Sample Subversion installation program for Mac OS X echo by Jaime Rios, September 17th, 2007 echo
echo Download source files: cd ~/Desktop
echo Extract the zip archive: tar xvfz subversion-1.4.5.tar.gz cd subversion-1.4.5
echo Compile the source code: ./configure --prefix=/usr/local \ --mandir=/usr/local/share/man --with-ssl \ --with-apxs=/usr/local/apache2/bin/apxs --with-zlib \ --enable-swig-bindings=no --without-berkeley-db \ --with-apr=/usr/local/apache2 \ --with-apr-util=/usr/local/apache2
echo Run the make command, and then run the sudo make install command: make sudo make install
echo Add the ‘/usr/local/bin’ path to your profile: cd ~ echo 'export PATH="$PATH:/usr/local/bin"' >> .profile
echo All done!
Enjoy,
-Wyatt On Oct 10, 2007, at 9:27 AM, Ryan Minihan wrote: Hi James,
Thanks for the tips. I downloaded your shell script, and I think it may have gotten corrupted upon upload.
Here's a snippet:
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410 {\fonttbl\f0\fswiss\fcharset77 Helvetica;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww16540\viewh12440\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
\f0\fs24 \cf0 echo\ echo Sample Subversion installation program for Mac OS X\ echo by Jaime Rios, September 17th, 2007\ echo\ \ echo Download source files:\ cd ~/Desktop\ \
I can only guess what email clients are going to do to that. ;-)
Ryan
|