gaim/www

Make this look right.

2006-04-04, Richard Laager
f43a67d81a6b
file isExecutable
Make this look right.
#!/bin/sh
if test "x$1" != x; then
/usr/bin/ssh $1@shell1.sourceforge.net 'umask 0002 && cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'
else
/usr/bin/ssh shell1.sourceforge.net 'umask 0002 && cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'
fi