Skip to content

Commit d9ba291

Browse files
committed
Fixed output for Mac OS X installation
1 parent ebf6dea commit d9ba291

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup/easy_install_bbp.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,6 @@ echo "export BBP_VAL_DIR=$BASEDIR/bbp_val"
267267
echo "export PYTHONPATH=$BBPDIR/comps"
268268
echo "export BBP_DATA_DIR=$BASEDIR/bbp_data"
269269
echo "export PATH=$BBPDIR/comps:$BBPDIR/utils/batch:\$PATH"
270-
echo "ulimit -s unlimited"
270+
if [ "$(uname)" != "Darwin" ]; then
271+
echo "ulimit -s unlimited"
272+
fi

0 commit comments

Comments
 (0)