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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
iguana/m_notary
|
@ -2,4 +2,4 @@ |
|
|
pkill -15 iguana |
|
|
pkill -15 iguana |
|
|
rm -f ../agents/iguana *.o |
|
|
rm -f ../agents/iguana *.o |
|
|
git pull |
|
|
git pull |
|
|
./m_notary_run $1 |
|
|
./m_notary_run $1 $2 |
|
|