nutools/lib/profile.d/webobjects

11 lines
273 B
Plaintext
Raw Normal View History

2013-08-27 15:14:44 +04:00
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
##@after webobjects.userconf
if [ -z "$NEXT_ROOT" ]; then
case "$UNAME_SYSTEM" in
Linux|SunOS|CYGWIN*|MINGW32*)
[ -d /opt/Apple ] && export NEXT_ROOT=/opt/Apple
;;
esac
fi