зеркало из https://github.com/mozilla/pjs.git
10 строки
470 B
Bash
Executable File
10 строки
470 B
Bash
Executable File
#!/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/make-3.81/bin:$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:$PATH"
|
|
EDITOR=xemacs.exe
|
|
CVS_RSH=ssh
|
|
export PATH EDITOR CVS_RSH
|
|
fi
|