Skip to content

Commit 92506f6

Browse files
committed
Merge pull request nathanmarz#318 from minghan/patch-1
Fix directory bug in install_zmq.sh
2 parents 8642d6a + 8e10be1 commit 92506f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/install_zmq.sh

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ cd zeromq-2.1.7
2020
make
2121
sudo make install
2222

23+
cd ../
24+
2325
#install jzmq (both native and into local maven cache)
2426
git clone https://github.com/nathanmarz/jzmq.git
2527
cd jzmq

0 commit comments

Comments
 (0)