summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2018-12-08 17:16:37 -0600
committercyrozap2018-12-08 17:16:37 -0600
commit0eef1f6db6479f1cb199d4c4d7d08c4143198932 (patch)
tree5f5ba5b3ac247fbf1f0de2547c9bb03dcaf46c6d
parent39da52c515d280e8b6e3b9b271c44bd8541945d0 (diff)
downloadaur-0eef1f6db6479f1cb199d4c4d7d08c4143198932.tar.gz
Quote "submodule.pybind11.url"
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59eed8415df2..c11f2b98b9f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ prepare() {
cd "$srcdir/${pkgname%-git}"
git submodule init
- git config submodule.pybind11.url ${srcdir}/pybind11
+ git config submodule.pybind11.url "${srcdir}/pybind11"
git submodule update
}