Browse Source
Merge pull request #934 from lukechilds/quote-mnotaryrun-args
Quote `m_notary_run` args
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 |
|
|
|
rm -f ../agents/iguana *.o |
|
|
|
git pull |
|
|
|
./m_notary_run $1 $2 |
|
|
|
./m_notary_run "$1" "$2" |
|
|
|