#!/bin/sh if test -n "$MOZILLABUILD"; then MSYS_MOZBUILD=$(cd "$MOZILLABUILD" && pwd) PATH="/local/bin:$MSYS_MOZBUILD/wget:$MSYS_MOZBUILD/7zip:$MSYS_MOZBUILD/blat261/full:$MSYS_MOZBUILD/python25:$MSYS_MOZBUILD/svn-win32-1.4.2/bin:$MSYS_MOZBUILD/upx203w:$MSYS_MOZBUILD/xemacs/XEmacs-21.4.19/i586-pc-win32:$MSYS_MOZBUILD/info-zip:$MSYS_MOZBUILD/nsis-2.22:$MSYS_MOZBUILD/nsis-2.33u:$PATH" EDITOR=xemacs.exe CVS_RSH=ssh export PATH EDITOR CVS_RSH fi