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
parent
commit
611525b897
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 $2
./m_notary_run "$1" "$2"

Loading…
Cancel
Save