зеркало из https://github.com/mozilla/pjs.git
9 строки
421 B
Bash
Executable File
9 строки
421 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if test -n "$MOZILLABUILD"; then
|
|
MSYS_MOZBUILD=$(cd "$MOZILLABUILD" && pwd)
|
|
PATH="/local/bin:$MSYS_MOZBUILD/7zip:$MSYS_MOZBUILD/blat261:$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
|
|
export PATH EDITOR
|
|
fi
|