Skip to content

Commit

Permalink
Escape dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zak authored and Jonathan Zak committed Jul 23, 2024
1 parent 888451d commit 24aa0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/msg/snd2q/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cleanup:

run:
/opt/manzan/bin/manzan --configdir=$(CURDIR) &
ps -ef | grep manzan | awk '{ print \$2 }' | xargs kill -9
ps -ef | grep manzan | awk '{ print $$2 }' | xargs kill -9
sleep 12
/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit/bin/java -cp $(CURDIR):/QIBM/ProdData/OS400/jt400/lib/jt400.jar sndmsg ${TESTLIB} msgs
sleep 5
Expand Down

0 comments on commit 24aa0d6

Please sign in to comment.