Browse Source

Merge pull request #933 from lukechilds/fix-mnotary_arg

Make sure second arg gets passed from m_notary to m_notary_run
patch-4
jl777 7 years ago
committed by GitHub
parent
commit
027841752b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      iguana/m_notary

2
iguana/m_notary

@ -2,4 +2,4 @@
pkill -15 iguana
rm -f ../agents/iguana *.o
git pull
./m_notary_run $1
./m_notary_run $1 $2

Loading…
Cancel
Save