summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2015-09-08 14:08:55 +0200
committerPhilipp Joram2015-09-08 14:08:55 +0200
commit2bf3eb49a9ea1bd1dd3a1ad91dd3e3c5377f300c (patch)
treeadf28982e3d5e2034064ddd1e646adbadd493888
parent137ab40e6bfc1f3046f8cbdb203159d37aa2f179 (diff)
downloadaur-2bf3eb49a9ea1bd1dd3a1ad91dd3e3c5377f300c.tar.gz
Add curly braces around variable names
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef57cd8d210c..30ac046ce8b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build() {
}
package() {
- cd "$srcdir/${pkgname}"
+ cd "${srcdir}/${pkgname}"
install -Dm 0755 ${_gitname} "${pkgdir}/usr/bin/${_gitname}"
}