This commit is contained in:
Tran Khanh Duy 2020-09-14 14:58:41 +07:00 committed by GitHub
parent 85bb28433e
commit 773d5122f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ if [ "$error_code" -ne 0 ]; then
# remove later
sudo apt -y install silversearcher-ag
echo "--- BEGIN SEARCH ---"
ag "-march=i686"
ag "\-march=i686"
echo "--- ENDED SEARCH ---"
exit $error_code