summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2019-12-16 11:49:59 +1100
committerJP-Ellis2019-12-16 11:49:59 +1100
commit436b818f280e9a9a01a270db8c84eb6e8408e44f (patch)
tree625f2dff6509776312c51e1938988ab87df2444a /PKGBUILD
parent6510f1c3dbd97c57e37776d20ab895c9508ccbfc (diff)
downloadaur-436b818f280e9a9a01a270db8c84eb6e8408e44f.tar.gz
Fix backticks in quotes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f1b83845e08..ceaa88d21108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -98,7 +98,7 @@ options=("!strip")
PKGEXT='.pkg.tar'
prepare() {
- warning "Building Mathematica takes more than 18GiB of space for `makepkg`, and another 9GiB for the pkg tarball."
+ warning "Building Mathematica takes more than 18GiB of space for 'makepkg', and another 9GiB for the pkg tarball."
warning "Building in a tmpfs (e.g. /tmp when mounted into RAM) may not work."
if [ $(echo "${srcdir}" | wc -w) -ne 1 ]; then