From 3bfb22685f4ed0b4f8cbbe8fe923dc9e39374c76 Mon Sep 17 00:00:00 2001 From: Pradeep Kalipatnapu Date: Mon, 21 Sep 2015 09:39:44 -0700 Subject: [PATCH] Remove profile option There is no profile named scala defined. So this argument doesn't change anything. further more, it doesn't run since it should be --profile=scala --- bidmach | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bidmach b/bidmach index 832254b2..f9fa3751 100755 --- a/bidmach +++ b/bidmach @@ -65,7 +65,7 @@ if [ "$1" = "notebook" ]; then else KERNEL_CMD="[\"java\", \"-cp\", \"${ALL_LIBS}\", \"$DJAVA_NATIVE\", \"${MEMSIZE}\", \"-Xms128M\", \"-Dfile.encoding=UTF-8\", \"org.refptr.iscala.IScala\", \"--profile\", \"{connection_file}\", \"--parent\"]" fi - ipython notebook --profile scala --KernelManager.kernel_cmd="$KERNEL_CMD" + ipython notebook --KernelManager.kernel_cmd="$KERNEL_CMD" else ${BIDMACH_ROOT}/scripts/scala/scala -nobootcp -toolcp "${ALL_LIBS}" -cp "${ALL_LIBS}" -Yrepl-sync -i ${LIBDIR}/bidmach_init.scala "$@" fi